ts-sql-codegen / CommonOptions
-
input
<typeofCommonOptionsSchema
>↳
CommonOptions
• Optional
customTypes: null
| { importPath
: string
}
See
CommonCustomTypesOptions
z.input.customTypes
• Optional
primaryKey: null
| { isAutoGenerated?
: null
| boolean
; name?
: null
| string
}
See
CommonCustomTypesOptions
z.input.primaryKey
• Optional
typeAdapter: null
| { importPath
: string
}
See
CommonPrimaryKeyOptions
z.input.typeAdapter