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

9 lines (8 loc) 186 B
export interface IUserInformations { email?: string; name: string; phonenumber: string; promo_code?: string; more_info?: string; is_a_booking: boolean; }