interface NotificationSubscription {
    siteFilter: string[];
    subscribed: boolean;
}

Properties

siteFilter: string[]
subscribed: boolean