UNPKG

paypal-rest-api

Version:

A typescript module for integrating with PayPal REST APIs.

8 lines (7 loc) 446 B
import * as joi from "joi"; export declare const webhookEventIdSchema: joi.StringSchema; export declare const webhookEventGetRequestSchema: joi.ObjectSchema; export declare const webhookEventListRequestSchema: joi.ObjectSchema; export declare const webhookEventResendRequestSchema: joi.ObjectSchema; export declare const webhookEventVerifyRequestSchema: joi.ObjectSchema; export declare const webhookEventSimulateRequestSchema: joi.ObjectSchema;