UNPKG

paypal-rest-api

Version:

A typescript module for integrating with PayPal REST APIs.

4 lines (3 loc) 161 B
import * as joi from "joi"; export { clientIdSchema, secretSchema } from "../api/schemas"; export declare const oauthAccessTokenRequestSchema: joi.ObjectSchema;