diff --git a/src/types.ts b/src/types.ts index 3842abf..84ef7c2 100644 --- a/src/types.ts +++ b/src/types.ts @@ -64,6 +64,7 @@ export type PatchBulkBody = PatchBulkEntry[] export type CrudItem = T & { _id: string + __STATE__: 'PUBLIC' | 'DRAFT' | 'TRASH' | 'DELETED' createdAt: string creatorId: string updatedAt: string