Add type
This commit is contained in:
parent
3ff4f9702b
commit
321bd8eec4
|
@ -16,6 +16,7 @@ export enum FieldType {
|
||||||
INTERNAL = "internal",
|
INTERNAL = "internal",
|
||||||
BARCODEQR = "barcodeqr",
|
BARCODEQR = "barcodeqr",
|
||||||
BIGINT = "bigint",
|
BIGINT = "bigint",
|
||||||
|
BB_REFERENCE = "bb_reference",
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface RowAttachment {
|
export interface RowAttachment {
|
||||||
|
|
Loading…
Reference in New Issue