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...

6 lines (5 loc) 133 B
import { ILocation } from '.'; export interface ILocationInformations { from: ILocation | null; to: ILocation | null; }