UNPKG

mpp-sdk

Version:

SDK to talk to the Memento Payments Platform

8 lines (7 loc) 165 B
export interface PublicTokenInput { funding_source_type: string; } export interface GetPublicTokenResponse { token: string; expires_at: Date | string; }