diff --git a/polygerrit-ui/app/types/common.ts b/polygerrit-ui/app/types/common.ts index d0e4dd3470..bc8c28ceba 100644 --- a/polygerrit-ui/app/types/common.ts +++ b/polygerrit-ui/app/types/common.ts @@ -47,7 +47,6 @@ export type RequirementType = BrandType; export type TrackingId = BrandType; export type ReviewInputTag = BrandType; export type RepositoryName = BrandType; -export type GroupId = BrandType; // The URL encoded UUID of the comment export type UrlEncodedCommentId = BrandType;