Change class to exported interface
Signed-off-by: Marek Šneberger <marek@sneberger.cz>
This commit is contained in:
@@ -89,7 +89,7 @@ export interface RadarQuadrant {
|
||||
name: string;
|
||||
}
|
||||
|
||||
class RadarEntryLink {
|
||||
export interface RadarEntryLink {
|
||||
/**
|
||||
* URL of the link
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user