UNPKG

sb-mig

Version:

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

4 lines (3 loc) 216 B
import type { ApiClient } from "../client.js"; export declare function getCurrentUser(client: ApiClient): Promise<any>; export declare function hasAccessToSpace(client: ApiClient, spaceId: string): Promise<boolean>;