interface MultiplayerBanListParams {
    active_only?: boolean;
    limit?: number;
    player_id?: string;
    scope?: MultiplayerBanScope;
    source?: MultiplayerBanSource;
}

Properties

active_only?: boolean
limit?: number
player_id?: string

Generated using TypeDoc