Interface INotificationPackage

interface INotificationPackage {
    contents: string;
    isPrivate: boolean;
    msg: string;
    receiver: string;
}

Properties

contents: string
isPrivate: boolean
msg: string
receiver: string