npm update, worked on zone effects

This commit is contained in:
2024-10-12 21:36:18 +02:00
parent b264ab3e40
commit f2e439831a
10 changed files with 178 additions and 92 deletions

View File

@ -1,5 +1,3 @@
import type { ZoneEffects } from '@/stores/zoneEditorStore'
export type Notification = {
id?: string
title?: string
@ -64,6 +62,14 @@ export type Zone = {
updatedAt: Date
}
export type ZoneEffects = {
id: string
zoneId: number
zone: Zone
effect: string
strength: number
}
export type ZoneObject = {
id: string
zoneId: number