Interface MessagesOfDay

interface MessagesOfDay {
    attachments: any[];
    id: number;
    isExpanded: boolean;
    subject: string;
    text: string;
}

Properties

attachments: any[]

Unknown type. I have never seen this in use.

id: number
isExpanded: boolean
subject: string
text: string

Generated using TypeDoc