Interface IPrivateNotification

interface IPrivateNotification {
    keys: string;
    msg: string;
    private: true;
}

Hierarchy (view full)

Properties

Properties

keys: string
msg: string
private: true