Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Fix ae-internal-mixed-release-tag error.
Browse files Browse the repository at this point in the history
All the declarations of `GeometryKind` must have the same
module visibility.

Signed-off-by: Roberto Raggi <roberto.raggi@here.com>
  • Loading branch information
robertoraggi committed Jun 23, 2020
1 parent 3baa616 commit 9a0a736
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions @here/harp-datasource-protocol/lib/TechniqueParams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ export enum StandardGeometryKind {
*/
export type GeometryKind = string | StandardGeometryKind;

/**
* @internal
*/
export const GeometryKind = StandardGeometryKind;

/**
Expand Down

0 comments on commit 9a0a736

Please sign in to comment.