diff --git a/plugins/tech-radar/src/api.ts b/plugins/tech-radar/src/api.ts index 2883758f09..ffbf4a337a 100644 --- a/plugins/tech-radar/src/api.ts +++ b/plugins/tech-radar/src/api.ts @@ -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; }