UNPKG

mpp-sdk

Version:

SDK to talk to the Memento Payments Platform

15 lines (14 loc) 309 B
import { Image } from "./image"; export interface Owner { id: string; first_name: string; last_name: string; full_name: string; username: string; country: string; timezone: string; timezone_utc_offset: number; verified: boolean; official: boolean; image?: Image; }