Skip to main content

RuntimeBackendExecuteResponse

@lowcode/runtime-host


Type Alias: RuntimeBackendExecuteResponse

RuntimeBackendExecuteResponse = object

Defined in: apps/runtime-host/src/api/client.ts:513

Ответ runtime-backend для dataSource.

Properties

error

error: string | null

Defined in: apps/runtime-host/src/api/client.ts:515


lastResultAt

lastResultAt: number | null

Defined in: apps/runtime-host/src/api/client.ts:517


loading

loading: false

Defined in: apps/runtime-host/src/api/client.ts:516


value

value: unknown

Defined in: apps/runtime-host/src/api/client.ts:514