import { SlsPushNotificationTypes } from "./sls-push-notification-types";


export interface SlsPush {
    browserId: string,
    browserPermission: 'granted' | 'denied' | 'default',
    notificationTypes: SlsPushNotificationTypes,
    fcmToken: string,
}