TypescriptInterfaceOptions
@quik/entity / Generators / TypescriptInterfaceOptions
Interface: TypescriptInterfaceOptions
Defined in: entity/src/generators/generateTypescriptInterface.ts:9
Options for TypeScript interface generation
Properties
prefix?
optionalprefix?:string
Defined in: entity/src/generators/generateTypescriptInterface.ts:15
Prefix to use for the interface name
Default
"I"
specifyType?
optionalspecifyType?:boolean
Defined in: entity/src/generators/generateTypescriptInterface.ts:22
Whether to use specific type definitions
When true, uses more specific type definitions for complex types