paypal-rest-api
Version:
A typescript module for integrating with PayPal REST APIs.
14 lines (13 loc) • 805 B
TypeScript
import * as joi from "joi";
export declare const webhookIdSchema: joi.StringSchema;
export declare const webhookEventTypeNameSchema: joi.StringSchema;
export declare const webhookEventTypeSchema: joi.ObjectSchema;
export declare const webhookEventTypesSchema: joi.ArraySchema;
export declare const webhookSchema: joi.ObjectSchema;
export declare const webhookCreateRequestSchema: joi.ObjectSchema;
export declare const webhookGetRequestSchema: joi.ObjectSchema;
export declare const webhookListRequestSchema: joi.ObjectSchema;
export declare const webhookUpdateRequestSchema: joi.ObjectSchema;
export declare const webhookDeleteRequestSchema: joi.ObjectSchema;
export declare const webhookGetEventsRequestSchema: joi.ObjectSchema;
export declare const webhookEventTypeListRequestSchema: joi.ObjectSchema;