UNPKG

unlockpage-api-client

Version:

React hooks and TypeScript client for Unlockpage API

15 lines (13 loc) 295 B
/** * Generated by orval v6.31.0 🍺 * Do not edit manually. * Unlockpage API * This is the API server for Unlockpage micropayments platform. * OpenAPI spec version: 1.0 */ export type GetPurchaseHistoryParams = { /** * Filter by specific website ID */ website_id?: string; };