1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00

Move and rename BBReferenceFieldSubType

This commit is contained in:
Adria Navarro 2024-04-26 12:21:53 +02:00
parent 637f7f514a
commit b1b5b49687
2 changed files with 5 additions and 5 deletions

View file

@ -124,8 +124,3 @@ export interface Row extends Document {
_viewId?: string
[key: string]: any
}
export enum FieldSubtype {
USER = "user",
USERS = "users",
}

View file

@ -24,3 +24,8 @@ export enum FormulaType {
STATIC = "static",
DYNAMIC = "dynamic",
}
export enum BBReferenceFieldSubType {
USER = "user",
USERS = "users",
}