diff --git a/plugins/tech-radar/api-report.md b/plugins/tech-radar/api-report.md index e2744872d8..2836e04461 100644 --- a/plugins/tech-radar/api-report.md +++ b/plugins/tech-radar/api-report.md @@ -25,6 +25,7 @@ export interface RadarEntry { quadrant: string; timeline: Array; title: string; + // @deprecated url: string; }