123
This commit is contained in:
6
node_modules/@redis/search/dist/commands/DROPINDEX.d.ts
generated
vendored
Normal file
6
node_modules/@redis/search/dist/commands/DROPINDEX.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
interface DropIndexOptions {
|
||||
DD?: true;
|
||||
}
|
||||
export declare function transformArguments(index: string, options?: DropIndexOptions): Array<string>;
|
||||
export declare function transformReply(): 'OK';
|
||||
export {};
|
||||
Reference in New Issue
Block a user