astro-ghostcms/packages/astro-ghostcms/virtual.d.ts

4 lines
157 B
TypeScript

declare module 'virtual:@matthiesenxyz/astro-ghostcms/config' {
const Config: import('./src/schemas/index').GhostUserConfig;
export default Config;
}