import { Folder } from "./folder.model"; import { Participant } from "./participant.model"; export class Despacho{ DistributionType: string; CountryCode: string; Priority: string; SubjectTypeId:string; UserEmail: string; UsersSelected: Participant[]; DispatchFolder: Folder; }