mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-03-26 12:45:50 +00:00
4 lines
89 B
TypeScript
4 lines
89 B
TypeScript
export interface IFindTimezone {
|
|
timezones(lon: number, lat: number): Array<string>;
|
|
}
|