ProjectExportResponse
Interface: ProjectExportResponse
Defined in: apps/runtime-host/src/api/client.ts:369
Ответ запуска экспорта проекта.
Properties
capabilities?
optionalcapabilities:unknown
Defined in: apps/runtime-host/src/api/client.ts:375
downloadUrl?
optionaldownloadUrl:string
Defined in: apps/runtime-host/src/api/client.ts:372
error?
optionalerror: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?
optionalmissingSecrets:string[]
Defined in: apps/runtime-host/src/api/client.ts:374
progress?
optionalprogress:number
Defined in: apps/runtime-host/src/api/client.ts:378
stage?
optionalstage: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