UNPKG

mpp-sdk

Version:

SDK to talk to the Memento Payments Platform

8 lines (7 loc) 162 B
export interface SessionToken { id: string; token: string; expires_at: Date | string; created_at: Date | string; updated_at: Date | string; }