[TechRadar] Deprecate RadarEntry.url

Signed-off-by: Marek Šneberger <marek@sneberger.cz>
This commit is contained in:
Marek Šneberger
2023-02-06 13:49:48 +01:00
parent 79f9f038df
commit acf6c8c10b
3 changed files with 8 additions and 1 deletions
+2
View File
@@ -133,6 +133,8 @@ export interface RadarEntry {
* @remarks
*
* You can use `#` if you don't want to provide any other url
*
* @deprecated Use {@link RadarEntry.links} instead
*/
url: string;
/**