AccountApplicationSimpleResponse: {
    createdAt: string;
    id: string;
    name: string;
    stack?: Stack;
    stackVersion?: StackVersion;
    status: string;
    workspace: Workspace;
}

Type declaration