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) 175 B
export interface IBackofficeUser { name: string; avatar?: string; uid: string | null; phonenumber: string; role: string[]; created_at: Date; }