UNPKG

@jungvonmatt/sb-migrate

Version:

CLI tool for managing Storyblok schema and content migrations

7 lines (6 loc) 175 B
export type StoryblokRegion = "eu" | "us" | "ap" | "ca" | "cn"; export interface StoryblokConfig { spaceId: string; oauthToken: string; region: StoryblokRegion; }