UNPKG

@anoki/fse-common

Version:

Common types for FSE

16 lines (15 loc) 283 B
export type AddressSchema = { streetName: string streetNumber: string zipCode: string city: string province: string region: string country: string plainAddress: string position: { type: string | 'Point' coordinates: [number, number] } placeId: string }