Skip to content

@stephansama packages / @stephansama/ai-commit-msg / schema / Config

Type Alias: Config

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

Defined in: core/ai-commit-msg/src/schema.ts:39

Released under MIT license