UNPKG

react-native-notificare

Version:
10 lines 374 B
import type { NotificareDoNotDisturb } from './notificare-do-not-disturb'; export interface NotificareDevice { readonly id: string; readonly userId?: string; readonly userName?: string; readonly timeZoneOffset: number; readonly dnd?: NotificareDoNotDisturb; readonly userData: Record<string, string>; } //# sourceMappingURL=notificare-device.d.ts.map