npm update, worked on zone effects
This commit is contained in:
10
src/types.ts
10
src/types.ts
@ -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
|
||||
|
Reference in New Issue
Block a user