Type Alias ApplicationSimpleResponse
ApplicationSimpleResponse: { createdAt: string; id: string; name: string; stack?: Stack; stackVersion?: StackVersion; status: string;} Type declaration
createdAt: string
id: string
name: string
Optionalstack?: Stack
status: string