This commit is contained in:
Adria Navarro 2023-09-14 17:47:45 +02:00
parent bedf43fb28
commit f2c31b5752
1 changed files with 1 additions and 0 deletions

View File

@ -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 {