Skip to main content

ProjectExportResponse

@lowcode/runtime-host


Interface: ProjectExportResponse

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

Ответ запуска экспорта проекта.

Properties

capabilities?

optional capabilities: unknown

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


downloadUrl?

optional downloadUrl: string

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


error?

optional error: string

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


expiresAt

expiresAt: number

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


exportId

exportId: string

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


missingSecrets?

optional missingSecrets: string[]

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


progress?

optional progress: number

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


stage?

optional stage: string

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


status

status: "pending" | "ready" | "failed"

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