Interface INotification

interface INotification {
    msg: string;
}

Hierarchy (view full)

Properties

Properties

msg: string