mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-07-02 18:34:43 +08:00
8 lines
281 B
TypeScript
8 lines
281 B
TypeScript
import { RedisCommandArgument, RedisCommandArguments } from '.';
|
|
interface BgSaveOptions {
|
|
SCHEDULE?: true;
|
|
}
|
|
export declare function transformArguments(options?: BgSaveOptions): RedisCommandArguments;
|
|
export declare function transformReply(): RedisCommandArgument;
|
|
export {};
|