We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b6c7af + fc97c81 commit 55e6befCopy full SHA for 55e6bef
web-server/src/types/resources.ts
@@ -926,16 +926,9 @@ export type DeploymentFrequencyBaseStatsV2 = {
926
};
927
928
export type UpdatedDeploymentFrequencyAnalyticsResponseV2 =
929
- UserAndTeamMapApiReturnType &
930
- DeploymentFrequencyBaseStatsV2 & {
931
- team_analytics: Array<{ team_id: ID } & DeploymentFrequencyBaseStatsV2>;
932
- manager_analytics: Array<
933
- {
934
- manager_id: ID;
935
- team_ids: ID[];
936
- } & DeploymentFrequencyBaseStatsV2
937
- >;
938
- };
+ DeploymentFrequencyBaseStats &
+ UserAndTeamMapApiReturnType &
+ DeploymentFrequencyBaseStatsV2;
939
940
export type UpdatedDeployment = {
941
id: string;
0 commit comments