UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

7 lines 279 B
import type { ConfigInput } from './configurator.js'; /** * Define a Polen configuration. * This is an identity function that provides type safety for config files. */ export declare const defineConfig: (value: ConfigInput) => ConfigInput; //# sourceMappingURL=define.d.ts.map