Documentation
    Preparing search index...

    Interface NotificationMessage

    interface NotificationMessage {
        body: string;
        data?: any;
        title: string;
        token?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    body: string
    data?: any
    title: string
    token?: string