Add missing documentation

Signed-off-by: Marek Šneberger <marek@sneberger.cz>
This commit is contained in:
Marek Šneberger
2023-01-17 16:31:00 +01:00
parent 18024a231c
commit 82b0ea8605
+3
View File
@@ -138,6 +138,9 @@ export interface RadarEntry {
* Description of the Entry
*/
description?: string;
/**
* User-clickable links to provide more information about the Entry
*/
links?: Array<RadarEntryLink>;
}