Make RadarEntry.url optional
Signed-off-by: Marek Šneberger <marek@sneberger.cz>
This commit is contained in:
@@ -26,7 +26,7 @@ export interface RadarEntry {
|
||||
timeline: Array<RadarEntrySnapshot>;
|
||||
title: string;
|
||||
// @deprecated
|
||||
url: string;
|
||||
url?: string;
|
||||
}
|
||||
|
||||
// @public
|
||||
|
||||
@@ -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