Type Alias ContentTypeMetadata

ContentTypeMetadata: {
    annotations?: RequireAtLeastOne<{
        ContentType?: AnnotationAssignment[];
        ContentTypeField?: Record<string, AnnotationAssignment[]>;
    }, "ContentType" | "ContentTypeField">;
    taxonomy?: (TaxonomyConceptValidationLink | TaxonomyConceptSchemeValidationLink)[];
}