Allow item.position to be null

This commit is contained in:
Maximilian Harz 2025-02-04 19:58:31 +01:00
parent f0a3cbada7
commit a3acf592dd

2
src/types/Item.d.ts vendored
View File

@ -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