Make RadarEntry.url optional
Signed-off-by: Marek Šneberger <marek@sneberger.cz>
This commit is contained in:
@@ -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}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user