BanOutputDTO

interface BanOutputDTO {
    createdAt: string;
    gameServerId: string;
    id: string;
    isGlobal: boolean;
    playerId: string;
    reason?: string;
    takaroManaged: boolean;
    until?: string;
    updatedAt: string;
}

Properties

createdAt: string

BanOutputDTO

gameServerId: string

BanOutputDTO

id: string

BanOutputDTO

isGlobal: boolean

BanOutputDTO

playerId: string

BanOutputDTO

reason?: string

BanOutputDTO

takaroManaged: boolean

BanOutputDTO

until?: string

BanOutputDTO

updatedAt: string

BanOutputDTO