From 82b0ea8605f8ba5c6368de154fcaf87fa9d16725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20=C5=A0neberger?= Date: Tue, 17 Jan 2023 16:31:00 +0100 Subject: [PATCH] Add missing documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Šneberger --- plugins/tech-radar/src/api.ts | 3 +++ 1 file changed, 3 insertions(+) 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; }