Make RadarEntry.url optional

Signed-off-by: Marek Šneberger <marek@sneberger.cz>
This commit is contained in:
Marek Šneberger
2023-02-06 19:16:04 +01:00
parent 0d0cb65e5e
commit 5b9a1e7dc0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export interface RadarEntry {
timeline: Array<RadarEntrySnapshot>;
title: string;
// @deprecated
url: string;
url?: string;
}
// @public
+1 -1
View File
@@ -136,7 +136,7 @@ export interface RadarEntry {
*
* @deprecated Use {@link RadarEntry.links} instead
*/
url: string;
url?: string;
/**
* History of the Entry moving through {@link RadarRing}
*/