UNPKG

sb-mig

Version:

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

5 lines (4 loc) 215 B
import type { GetAllSpaces, GetSpace, UpdateSpace } from "./spaces.types.js"; export declare const getSpace: GetSpace; export declare const getAllSpaces: GetAllSpaces; export declare const updateSpace: UpdateSpace;