Takaro - v0.4.9
    Preparing search index...

    Interface BanUpdateDTO

    BanUpdateDTO

    interface BanUpdateDTO {
        gameServerId: string;
        isGlobal?: boolean;
        playerId: string;
        reason?: string;
        takaroManaged?: boolean;
        until?: string;
    }
    Index

    Properties

    gameServerId: string

    BanUpdateDTO

    isGlobal?: boolean

    BanUpdateDTO

    playerId: string

    BanUpdateDTO

    reason?: string

    BanUpdateDTO

    takaroManaged?: boolean

    BanUpdateDTO

    until?: string

    BanUpdateDTO