UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

9 lines (8 loc) • 305 B
export declare enum ClusterSlotStates { IMPORTING = "IMPORTING", MIGRATING = "MIGRATING", STABLE = "STABLE", NODE = "NODE" } export declare function transformArguments(slot: number, state: ClusterSlotStates, nodeId?: string): Array<string>; export declare function transformReply(): 'OK';