ALTER.d.ts 186 B

123
  1. import { RediSearchSchema } from '.';
  2. export declare function transformArguments(index: string, schema: RediSearchSchema): Array<string>;
  3. export declare function transformReply(): 'OK';