Change class to exported interface

Signed-off-by: Marek Šneberger <marek@sneberger.cz>
This commit is contained in:
Marek Šneberger
2023-01-18 10:45:09 +01:00
parent 32e756fdf0
commit aa572bf232
+1 -1
View File
@@ -89,7 +89,7 @@ export interface RadarQuadrant {
name: string;
}
class RadarEntryLink {
export interface RadarEntryLink {
/**
* URL of the link
*/