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

Type declaration

  • Optional annotations?: RequireAtLeastOne<{
        ContentType?: AnnotationAssignment[];
        ContentTypeField?: Record<string, AnnotationAssignment[]>;
    }, "ContentType" | "ContentTypeField">
  • Optional taxonomy?: (Link<"TaxonomyConcept"> | Link<"TaxonomyConceptScheme">)[]