import { DbGeographyWellKnownValue } from './dbGeographyWellKnownValue'; export interface DbGeography { geography?: DbGeographyWellKnownValue; }