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

Type declaration