UNPKG

sb-mig

Version:

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

7 lines (6 loc) 217 B
import type { IStoryblokConfig } from "./config.types.js"; import { SCHEMA } from "./helper.js"; export { SCHEMA }; export type { IStoryblokConfig }; declare const _default: IStoryblokConfig; export default _default;