interface ImportMetaEnv { __STORYBOOK_URL__?: string; } interface ImportMeta { readonly env: ImportMetaEnv; }