Add missing documentation
Signed-off-by: Marek Šneberger <marek@sneberger.cz>
This commit is contained in:
@@ -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>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user