feat: add scope to push notifications

This commit is contained in:
2023-10-20 11:57:56 +01:00
parent 15795d442f
commit bee0cc1188
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ export interface PushNotifications {
endpoint: string;
p256dh: string;
auth: string;
scope: string;
}
export default class SnortApi {