TypeScript: Fix typo (#5692)
This commit is contained in:
parent
2ed807e209
commit
67f40080fc
@ -279,7 +279,7 @@ export interface ApiGeoLive {
|
||||
mediaType: 'geoLive';
|
||||
geo: ApiGeoPoint;
|
||||
heading?: number;
|
||||
period?: number;
|
||||
period: number;
|
||||
}
|
||||
|
||||
export type ApiLocation = ApiGeo | ApiVenue | ApiGeoLive;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user