import Resource from "../Resource"; export default class User extends Resource { uid?: string; contact?: { first_name: string; last_name: string; email: string; cell_phone_number: string; phone_number: string; civility: string; }; }