UNPKG

gros-bras-shared

Version:

This holds all shared files such as interfaces or helpers used by Gros Bras, both frontoffices and baackoffices, and backend etc...

8 lines (7 loc) 176 B
import { IGeoCoordinates } from "."; export interface ICity { label: string; slug: string; coords: IGeoCoordinates; autocomplete_placeholder?: string; }