UNPKG

urbanairship-react-native

Version:
7 lines (6 loc) 229 B
import { SubscriptionScope } from "./UrbanAirship"; export interface SubscriptionLists { channel?: string[]; contact?: Map<string, SubscriptionScope[]>; } export declare type SubscriptionListType = "channel" | "contact";