feat(central) : ajoute le pilotage de maintenance et le deploiement prod
This commit is contained in:
10
frontend/services/dto/managed-application.ts
Normal file
10
frontend/services/dto/managed-application.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export type ManagedApplication = {
|
||||
slug: string
|
||||
name: string
|
||||
maintenance: boolean
|
||||
}
|
||||
|
||||
export type ManagedApplicationCollection = {
|
||||
'hydra:member'?: ManagedApplication[]
|
||||
member?: ManagedApplication[]
|
||||
}
|
||||
Reference in New Issue
Block a user