Type Alias CreateBanByIpOptions

CreateBanByIpOptions: BaseCreateBanOptions & {
    format: "ipv4";
    identifier: string;
}