Type Alias AppDeployResponse
AppDeployResponse: { accountId: string; dateTime: string; deploymentId: string; deployStatus: "SUCCEEDED" | "FAILED"; environmentId: string; manifesto: ManifestoResponse; requestedBy: string; status: "ACTIVE" | "INACTIVE"; targetId: string; targetType: "APPLICATION" | "SHARED_INFRA"; targetVersion?: string; workspaceId: string;} Type declaration
accountId: string
dateTime: string
deploymentId: string
deployStatus: "SUCCEEDED" | "FAILED"
environmentId: string
requestedBy: string
status: "ACTIVE" | "INACTIVE"
targetId: string
targetType: "APPLICATION" | "SHARED_INFRA"
OptionaltargetVersion?: string
workspaceId: string