1
0
Fork 0
mirror of synced 2024-09-21 20:01:32 +12:00
budibase/packages/server/src/definitions/datasource.ts

10 lines
295 B
TypeScript
Raw Normal View History

/********************************************
* This file contains structures which are *
* internal to the server and don't need to *
* be exposed for use by other services. *
********************************************/
export interface QueryOptions {
2021-06-26 05:34:21 +12:00
disableReturning?: boolean
2021-06-25 05:17:26 +12:00
}