Type Alias StackVersionInWorkspaceDetailResponse
StackVersionInWorkspaceDetailResponse: {
id: string;
status: string;
totalLinkedApps: number;
totalLinkedInfra: number;
version?: string;
}
Type declaration
id: string
status: string
totalLinkedApps: number
totalLinkedInfra: number
Optionalversion?: string