Map caching in Redis
This commit is contained in:
5
client/src/interfaces/map.ts
Normal file
5
client/src/interfaces/map.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export interface SatelliteMapsProviders {
|
||||
google: 'google';
|
||||
yandex: 'yandex';
|
||||
}
|
||||
export type SatelliteMapsProvider = SatelliteMapsProviders[keyof SatelliteMapsProviders]
|
Reference in New Issue
Block a user