1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

Fix merge conflicts

This commit is contained in:
Adria Navarro 2023-10-11 14:14:55 +02:00
parent 62fd9011f3
commit e6b807cf4a

View file

@ -101,7 +101,7 @@ export interface FormulaFieldMetadata extends BaseFieldSchema {
export interface BBReferenceFieldMetadata
extends Omit<BaseFieldSchema, "subtype"> {
type: FieldType.BB_REFERENCE
subtype: FieldSubtype.USER
subtype: FieldSubtype.USER | FieldSubtype.USERS
}
export interface FieldConstraints {