Type alias ContentTypeMetadata
 
Content
Type
Metadata
: {     annotations
?: RequireAtLeastOne<{         ContentType
?: Link<"Annotation">[];         ContentTypeField
?: Record<string, Link<"Annotation">[]>;     }, "ContentType" | "ContentTypeField">; } 
Type declaration
- 
Optional annotations?: RequireAtLeastOne<{ 
    ContentType?: Link<"Annotation">[]; 
    ContentTypeField?: Record<string, Link<"Annotation">[]>; 
}, "ContentType" | "ContentTypeField">