UNPKG

sb-mig

Version:

CLI to rule the world. (and handle stuff related to Storyblok CMS)

10 lines (9 loc) 275 B
import type { RequestBaseConfig } from "./utils/request.js"; type GetAllStories = (args: { spaceId: string; storiesFilename?: string; }, config: RequestBaseConfig) => Promise<any>; export declare const contentHubApi: { getAllStories: GetAllStories; }; export {};