import { INineNineLocation } from "../responses/i-location";
export interface INineNineAddressPreviewInfo {
    location: INineNineLocation;
    address: string;
}
