UNPKG

@jungvonmatt/sb-migrate

Version:

CLI tool for managing Storyblok schema and content migrations

8 lines (7 loc) 236 B
type ConsoleOutputEntry = { type: "log" | "error" | "warn" | "info" | "debug"; args: unknown[]; }; export declare function getConsoleOutput(): ConsoleOutputEntry[]; export declare function clearConsoleOutput(): void; export {};