We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256c176 commit aac7efdCopy full SHA for aac7efd
src/components/app/details/appDetails/appDetails.type.ts
@@ -65,26 +65,6 @@ export interface AppDetailsPathParams {
65
envId?: string
66
}
67
68
-export interface SyncStageResourceDetail {
69
- id: number
70
- cdWorkflowRunnerId: number
71
- resourceGroup: string
72
- resourceKind: string
73
- resourceName: string
74
- resourcePhase: string
75
- resourceStatus: string
76
- statusMessage: string
77
-}
78
-
79
-export interface DeploymentStatusDetailsTimelineType {
80
81
82
- status: string
83
- statusDetail: string
84
- statusTime: string
85
- resourceDetails?: SyncStageResourceDetail[]
86
87
88
export interface ModuleConfigResponse extends ResponseType {
89
result?: {
90
enabled: boolean
0 commit comments