export interface UpworkMessage {
    id: string;
    from: string;
    to: string;
    subject: string;
    body: string;
    sent_date: string;
    read: boolean;
}
//# sourceMappingURL=message.d.ts.map