From aa572bf232346d6fc5432bcbe1ea845b1e20d5e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20=C5=A0neberger?= Date: Wed, 18 Jan 2023 10:45:09 +0100 Subject: [PATCH] Change class to exported interface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Šneberger --- plugins/tech-radar/src/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tech-radar/src/api.ts b/plugins/tech-radar/src/api.ts index ffbf4a337a..7c6f5b29bb 100644 --- a/plugins/tech-radar/src/api.ts +++ b/plugins/tech-radar/src/api.ts @@ -89,7 +89,7 @@ export interface RadarQuadrant { name: string; } -class RadarEntryLink { +export interface RadarEntryLink { /** * URL of the link */