Skip to main content

TypescriptInterfaceOptions

@quik/entity


@quik/entity / Generators / TypescriptInterfaceOptions

Interface: TypescriptInterfaceOptions

Defined in: entity/src/generators/generateTypescriptInterface.ts:9

Options for TypeScript interface generation

Properties

prefix?

optional prefix?: string

Defined in: entity/src/generators/generateTypescriptInterface.ts:15

Prefix to use for the interface name

Default

"I"

specifyType?

optional specifyType?: 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