Interface RawBulkBanResponse

interface RawBulkBanResponse {
    banned_users: string[];
    failed_users: string[];
}

Properties

banned_users: string[]
failed_users: string[]