Files
doneit-web/src/app/models/chat/contact.model.ts
T
2021-01-22 15:28:52 +01:00

6 lines
103 B
TypeScript

export class Contact{
_id: string;
username: string;
name:string;
isChecked: boolean;
}