UNPKG

sb-mig

Version:

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

6 lines (5 loc) 189 B
import type { AnyFlags, Result } from "meow"; export interface CLIOptions extends Omit<Result<AnyFlags>, "flags"> { flags: any; } export type APIKind = "deliveryApi" | "managementApi";