UNPKG

mpp-sdk

Version:

SDK to talk to the Memento Payments Platform

9 lines (8 loc) 206 B
import { Organization } from "./organization"; export interface Project { id: string; created_at: string | Date; updated_at: string | Date; title: string; organization?: Organization; }