export interface PegReceivedData {
    sender: string;
    comment: string;
    categories: string[];
}
