EnvironmentTemplateProps: {
    description?: string;
    entities: {
        contentTypeTemplates: ContentTypeTemplateProps[];
        editorInterfaceTemplates: EditorInterfaceTemplateProps[];
    };
    name: string;
    sys: BasicMetaSysProps & {
        organization: Link<"Organization">;
        version: number;
    };
    versionDescription?: string;
    versionName: string;
}

Type declaration