Add subtype
This commit is contained in:
parent
e01600d1bb
commit
b19c5ae5c6
|
@ -37,10 +37,12 @@ export interface Row extends Document {
|
|||
|
||||
export enum FieldSubtype {
|
||||
USER = "user",
|
||||
USERS = "users",
|
||||
}
|
||||
|
||||
export const FieldTypeSubtypes = {
|
||||
BB_REFERENCE: {
|
||||
USER: FieldSubtype.USER,
|
||||
USESR: FieldSubtype.USERS,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue