import { SlsPlace } from './sls-place';
export interface SlsAddress {
    region: SlsPlace;
    city: SlsPlace;
    precise: SlsPlace;
}
