Type Alias: PramanConfigInput
PramanConfigInput =
z.input<typeofPramanConfigSchema>
Defined in: src/core/config/schema.ts:167
User-facing input type for Praman configuration (pre-defaults).
Remarks​
All fields are optional. Used by defineConfig() and loadConfig().