forked from noxious/server
Fixed left-overs from #293
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
import { BaseEvent } from '#application/base/baseEvent'
|
||||
import { UUID } from '#application/types'
|
||||
import { Character } from '#entities/character'
|
||||
import { Zone } from '#entities/zone'
|
||||
import CharacterRepository from '#repositories/characterRepository'
|
||||
|
||||
type TypePayload = {
|
||||
characterId: number
|
||||
characterId: UUID
|
||||
}
|
||||
|
||||
type TypeResponse = {
|
||||
|
Reference in New Issue
Block a user