UNPKG

@solidskills/types

Version:

Solidskills typings

8 lines (7 loc) 183 B
import { GeoPoint } from "@firebase/firestore-types"; export interface SlsPlace { placeId?: string; coordinates?: GeoPoint; label: string; formattedAddress: string; }