From 321bd8eec4b096e7e33c03ec4fc8c90035bbb5ba Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Thu, 14 Sep 2023 17:47:45 +0200 Subject: [PATCH] Add type --- packages/types/src/documents/app/row.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/types/src/documents/app/row.ts b/packages/types/src/documents/app/row.ts index c09dc79b95..6001695b13 100644 --- a/packages/types/src/documents/app/row.ts +++ b/packages/types/src/documents/app/row.ts @@ -16,6 +16,7 @@ export enum FieldType { INTERNAL = "internal", BARCODEQR = "barcodeqr", BIGINT = "bigint", + BB_REFERENCE = "bb_reference", } export interface RowAttachment {