DeploymentInfo interface
Information regarding a deployment.
Properties
| deployment | Deployment information. |
| deployment |
Status while fetching the last deployment. |
| message | Additional details about the deployment that can be shown to the user. |
Property Details
deployment
deploymentFetchStatus
Status while fetching the last deployment.
deploymentFetchStatus?: string
Property Value
string
message
Additional details about the deployment that can be shown to the user.
message?: string
Property Value
string