ts-sql-codegen / TableInclusion
-
input
<typeofTableInclusionSchema
>↳
TableInclusion
• Optional
exclude: null
| (string
| RegExp
)[]
Tables to be excluded - identified by qualified table name or regular expression
z.input.exclude
• Optional
include: null
| (string
| RegExp
)[]
Tables to be included - identified by qualified table name or regular expression
z.input.include