Type Alias DashboardsListClientVersionsResponse

DashboardsListClientVersionsResponse: {
    client_versions?: { client_version?: string; total_count?: number }[];
}