UNPKG

sb-mig

Version:

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

8 lines (7 loc) 337 B
import type { ApiClient } from "../client.js"; export declare function getAllSpaces(client: ApiClient): Promise<any>; export declare function getSpace(client: ApiClient, spaceId: string): Promise<any>; export declare function updateSpace(client: ApiClient, args: { spaceId: string; params: Record<string, any>; }): Promise<any>;