Files
module4_backend_project/node_modules/@redis/search/dist/commands/DROPINDEX.d.ts
T

7 lines
207 B
TypeScript
Raw Normal View History

2025-02-11 15:06:41 +01:00
interface DropIndexOptions {
DD?: true;
}
export declare function transformArguments(index: string, options?: DropIndexOptions): Array<string>;
export declare function transformReply(): 'OK';
export {};