1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +12:00

Fix types

This commit is contained in:
Adria Navarro 2024-04-03 12:59:04 +02:00
parent dae0c749ca
commit 2c28e074ed

View file

@ -112,8 +112,7 @@ export interface BBReferenceFieldMetadata
relationshipType?: RelationshipType relationshipType?: RelationshipType
} }
export interface AttachmentFieldMetadata export interface AttachmentFieldMetadata extends BaseFieldSchema {
extends Omit<BaseFieldSchema, "subtype"> {
type: FieldType.ATTACHMENTS type: FieldType.ATTACHMENTS
} }