ContentTypeMetadata: {
    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">