Skip to content
# Type Alias: SqlParameterValue

SqlParameterValue = string | number | boolean | Date | null | undefined | (string | number | Date)[]

Defined in: packages/core/src/models/ValueComponent.ts:223

Released under the MIT License.