123
This commit is contained in:
8
node_modules/@redis/graph/dist/commands/CONFIG_GET.d.ts
generated
vendored
Normal file
8
node_modules/@redis/graph/dist/commands/CONFIG_GET.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
export declare const IS_READ_ONLY = true;
|
||||
export declare function transformArguments(configKey: string): Array<string>;
|
||||
type ConfigItem = [
|
||||
configKey: string,
|
||||
value: number
|
||||
];
|
||||
export declare function transformReply(): ConfigItem | Array<ConfigItem>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user