mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
export class Contact{
|
|
_id: string;
|
|
username: string;
|
|
name:string;
|
|
isChecked: boolean;
|
|
} |