UNPKG

sb-mig

Version:

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

4 lines (3 loc) 183 B
import type { GetCurrentUser, HasAccessToSpace } from "./auth.types.js"; export declare const getCurrentUser: GetCurrentUser; export declare const hasAccessToSpace: HasAccessToSpace;