UNPKG

@solidskills/types

Version:

Solidskills typings

8 lines (7 loc) 261 B
import { SlsPushNotificationTypes } from "./sls-push-notification-types"; export interface SlsPush { browserId: string; browserPermission: 'granted' | 'denied' | 'default'; notificationTypes: SlsPushNotificationTypes; fcmToken: string; }