UNPKG

paypal-rest-api

Version:

A typescript module for integrating with PayPal REST APIs.

5 lines (4 loc) 121 B
import { IWebhookEvent } from "./"; export interface IWebhookEventListResponse { readonly events: IWebhookEvent[]; }