Files
Star-wars-card-game/node_modules/@redis/client/dist/lib/commands/CLUSTER_DELSLOTSRANGE.d.ts
2026-01-28 00:55:06 +03:00

5 lines
248 B
TypeScript

import { RedisCommandArguments } from '.';
import { SlotRange } from './generic-transformers';
export declare function transformArguments(ranges: SlotRange | Array<SlotRange>): RedisCommandArguments;
export declare function transformReply(): 'OK';