TypeScript: Fix typo (#5692)

This commit is contained in:
zubiden 2025-03-01 17:59:57 +01:00 committed by Alexander Zinchuk
parent 2ed807e209
commit 67f40080fc

View File

@ -279,7 +279,7 @@ export interface ApiGeoLive {
mediaType: 'geoLive';
geo: ApiGeoPoint;
heading?: number;
period?: number;
period: number;
}
export type ApiLocation = ApiGeo | ApiVenue | ApiGeoLive;