@trycourier/courier-react-native
Version:
Inbox, Push Notifications, and Preferences for React Native
12 lines • 384 B
TypeScript
export declare class InboxAction {
readonly content?: string | null;
readonly href?: string | null;
readonly data?: {
[key: string]: any;
} | null;
constructor(content?: string | null, href?: string | null, data?: {
[key: string]: any;
} | null);
static fromJson(jsonString: string): InboxAction;
}
//# sourceMappingURL=InboxAction.d.ts.map