Type Alias ApplicationRepoUrlReadResponse
ApplicationRepoUrlReadResponse: { description?: string; id: string; name: string; status: | "CREATED" | "CREATE_FAILED" | "DRAFT" | "DELETING" | "DELETE_FAILED" | "ARCHIVING" | "ARCHIVED" | "ARCHIVE_FAILED"; workspace?: WorkspaceResponse;} Type declaration
Optionaldescription?: string
id: string
name: string
status:
| "CREATED"
| "CREATE_FAILED"
| "DRAFT"
| "DELETING"
| "DELETE_FAILED"
| "ARCHIVING"
| "ARCHIVED"
| "ARCHIVE_FAILED"
Application description.