UNPKG

mpp-sdk

Version:

SDK to talk to the Memento Payments Platform

6 lines (5 loc) 239 B
import { BaseEndpoint } from "./base"; import { Notification, Filter } from "../types"; export default class NotificationsEndpoint extends BaseEndpoint { list(filters?: Filter): Promise<import("../types").MPPResult<Notification[]>>; }