Fix build

This commit is contained in:
Adria Navarro 2025-04-10 16:35:58 +02:00
parent e480ac05c3
commit 3f4edd2caf
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ export type FieldSubType =
| AutoFieldSubType | AutoFieldSubType
| JsonFieldSubType | JsonFieldSubType
| BBReferenceFieldSubType | BBReferenceFieldSubType
| AttachmentSubType
export enum AutoFieldSubType { export enum AutoFieldSubType {
CREATED_BY = "createdBy", CREATED_BY = "createdBy",