mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
b3d709037a
-Added another button to change profile
11 lines
279 B
TypeScript
11 lines
279 B
TypeScript
import { Participant } from './participant.model';
|
|
import { Folder } from './folder.model';
|
|
|
|
export class Despacho{
|
|
DistributionType: string;
|
|
CountryCode: string;
|
|
Priority: string;
|
|
UserEmail: string;
|
|
UsersSelected: Participant[];
|
|
DispatchFolder: Folder;
|
|
} |