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