UNPKG

steadybit

Version:

Command-line interface to interact with the Steadybit API

7 lines (6 loc) 172 B
import { Datatype } from './files'; export interface Options { directory: string; type?: Datatype; } export declare function dump(options: Options): Promise<void>;