Interface GetNotificationOptions

interface GetNotificationOptions {
    tag?: string;
}

Properties

Properties

tag?: string