diff --git a/src/types/Item.d.ts b/src/types/Item.d.ts index 880cc9fc..938918c8 100644 --- a/src/types/Item.d.ts +++ b/src/types/Item.d.ts @@ -12,7 +12,7 @@ export interface Item { name: string text: string data?: string - position?: Point + position?: Point | null date_created?: string date_updated?: string | null start?: string