Skip to content

AxDBQueryRequest

Type Alias: AxDBQueryRequest

AxDBQueryRequest: object

Type declaration

columns?

optional columns: string[]

id?

optional id: string

limit?

optional limit: number

namespace?

optional namespace: string

table

table: string

text?

optional text: string

values?

optional values: readonly number[]

Defined in

src/ax/db/types.ts:17