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) 104 B
import { THours } from '../types'; export interface IChoice { date: Date; hours: THours; }