Merge "Remove duplicate identifier"
This commit is contained in:
@@ -47,7 +47,6 @@ export type RequirementType = BrandType<string, '_requirementType'>;
|
|||||||
export type TrackingId = BrandType<string, '_trackingId'>;
|
export type TrackingId = BrandType<string, '_trackingId'>;
|
||||||
export type ReviewInputTag = BrandType<string, '_reviewInputTag'>;
|
export type ReviewInputTag = BrandType<string, '_reviewInputTag'>;
|
||||||
export type RepositoryName = BrandType<string, '_repositoryName'>;
|
export type RepositoryName = BrandType<string, '_repositoryName'>;
|
||||||
export type GroupId = BrandType<string, '_groupId'>;
|
|
||||||
|
|
||||||
// The URL encoded UUID of the comment
|
// The URL encoded UUID of the comment
|
||||||
export type UrlEncodedCommentId = BrandType<string, '_urlEncodedCommentId'>;
|
export type UrlEncodedCommentId = BrandType<string, '_urlEncodedCommentId'>;
|
||||||
|
|||||||
Reference in New Issue
Block a user