export interface Client { name: string; phone: string; userId: string; userpic?: string; }