export interface WatchTowerWebPushKeys { p256dh: string; auth: string; } export interface WatchTowerWebPushSubscription { endpoint: string; keys: WatchTowerWebPushKeys; } export interface AddToWatchTowerParams { invoice: string; fcmToken?: string; email?: string; webPushNotification?: WatchTowerWebPushSubscription; } //# sourceMappingURL=WatchTowerRequest.d.ts.map