UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

8 lines (7 loc) 281 B
import { RedisCommandArgument, RedisCommandArguments } from '.'; interface BgSaveOptions { SCHEDULE?: true; } export declare function transformArguments(options?: BgSaveOptions): RedisCommandArguments; export declare function transformReply(): RedisCommandArgument; export {};