UNPKG

@trycourier/courier-js

Version:

A browser-safe API wrapper

13 lines (12 loc) 254 B
export interface CourierDevice { appId?: string; adId?: string; deviceId?: string; platform?: string; manufacturer?: string; model?: string; } export interface CourierToken { provider_key: string; device: CourierDevice; }