DROPINDEX.d.ts 207 B

123456
  1. interface DropIndexOptions {
  2. DD?: true;
  3. }
  4. export declare function transformArguments(index: string, options?: DropIndexOptions): Array<string>;
  5. export declare function transformReply(): 'OK';
  6. export {};