UNPKG

mpp-sdk

Version:

SDK to talk to the Memento Payments Platform

12 lines (11 loc) 304 B
export declare type AnnouncementType = "informational" | "mandatory" | "blocking"; export interface Announcement { id: string; title: string; message: string; type: AnnouncementType; button_url: string; button_label: string; is_fullscreen: boolean; webview_url: string; }