diff --git a/src/teambition.ts b/src/teambition.ts index eb7220320..2ae628d01 100644 --- a/src/teambition.ts +++ b/src/teambition.ts @@ -252,7 +252,7 @@ declare module 'teambition-types' { removable?: boolean } - export interface CustomFieldWorkSnapshotItem { + export interface CustomFieldWorkSnapshotItem { _id: FileId fileType: string fileName: string @@ -260,6 +260,8 @@ declare module 'teambition-types' { thumbnail: string thumbnailUrl: string fileCategory: string + source?: string + rawData?: T } export interface CustomFieldValue {