sb-mig
Version:
CLI to rule the world. (and handle stuff related to Storyblok CMS)
10 lines (9 loc) • 640 B
TypeScript
import type { RequestBaseConfig } from "../api/utils/request.js";
export declare const generateDatestamp: (datestamp: Date) => string;
export declare const getFrom: (flags: any, config: RequestBaseConfig) => string;
export declare const getTo: (flags: any, config: RequestBaseConfig) => string;
export declare const getSourceSpace: (flags: any, config: RequestBaseConfig) => string;
export declare const getTargetSpace: (flags: any, config: RequestBaseConfig) => string;
export declare const getWhat: (flags: any) => string;
export declare const getWhere: (flags: any) => string;
export declare const getRecursive: (flags: any) => boolean;