Skip to content

@stephansama packages / @stephansama/auto-readme / schema / Config

Type Alias: Config

ts
type Config = Partial<z.infer<typeof _configSchema>>;

Defined in: core/auto-readme/src/schema.js:131

Released under MIT license