export type ManagedApplication = { slug: string name: string maintenance: boolean } export type ManagedApplicationCollection = { 'hydra:member'?: ManagedApplication[] member?: ManagedApplication[] }