Skip to content

Latest commit

 

History

History
71 lines (37 loc) · 1.39 KB

CommonOptions.md

File metadata and controls

71 lines (37 loc) · 1.39 KB

ts-sql-codegen / CommonOptions

Interface: CommonOptions

Hierarchy

  • input<typeof CommonOptionsSchema>

    CommonOptions

Table of contents

Properties

Properties

customTypes

Optional customTypes: null | { importPath: string }

See

CommonCustomTypesOptions

Inherited from

z.input.customTypes

Defined in

src/generator-options.ts:285


primaryKey

Optional primaryKey: null | { isAutoGenerated?: null | boolean ; name?: null | string }

See

CommonCustomTypesOptions

Inherited from

z.input.primaryKey

Defined in

src/generator-options.ts:291


typeAdapter

Optional typeAdapter: null | { importPath: string }

See

CommonPrimaryKeyOptions

Inherited from

z.input.typeAdapter

Defined in

src/generator-options.ts:288