Move and rename BBReferenceFieldSubType
This commit is contained in:
parent
637f7f514a
commit
b1b5b49687
|
@ -124,8 +124,3 @@ export interface Row extends Document {
|
|||
_viewId?: string
|
||||
[key: string]: any
|
||||
}
|
||||
|
||||
export enum FieldSubtype {
|
||||
USER = "user",
|
||||
USERS = "users",
|
||||
}
|
||||
|
|
|
@ -24,3 +24,8 @@ export enum FormulaType {
|
|||
STATIC = "static",
|
||||
DYNAMIC = "dynamic",
|
||||
}
|
||||
|
||||
export enum BBReferenceFieldSubType {
|
||||
USER = "user",
|
||||
USERS = "users",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue