Type Alias BasicDeploymentResponse
BasicDeploymentResponse: {
deploymentId: string;
deploymentStatus: string;
runtimeEnv: string;
runtimeName: string;
}
Type declaration
deploymentId: string
deploymentStatus: string
runtimeEnv: string
runtimeName: string