UNPKG

node-firestore-import-export

Version:
9 lines (8 loc) 204 B
import { ISpecialType } from './ISpecialType'; export interface IGeopoint extends ISpecialType { __datatype__: 'geopoint'; value: { _latitude: number; _longitude: number; }; }