UNPKG

@solidskills/types

Version:

Solidskills typings

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