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

7 lines (6 loc) 150 B
export interface IInternalMessage { sender_name: string; sender_email?: string | null; sender_phone: string; message: string; }