aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-shared/src/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/react-shared/src/types.ts')
-rw-r--r--packages/react-shared/src/types.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/react-shared/src/types.ts b/packages/react-shared/src/types.ts
index daae7b115..9e8dcb6b6 100644
--- a/packages/react-shared/src/types.ts
+++ b/packages/react-shared/src/types.ts
@@ -30,5 +30,4 @@ export interface ALink {
title: string;
to: string;
shouldOpenInNewTab?: boolean;
- type?: LinkType;
}