export interface StoryblokCodePlugin { code: string; title?: string; language?: string; }