UNPKG

unlockpage-api-client

Version:

React hooks and TypeScript client for Unlockpage API

27 lines (25 loc) 429 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 GetPurchasedParams = { /** * Verifier ID */ verifierId: string; /** * Aggregate verifier */ aggregateVerifier: string; /** * Website ID */ websiteId: string; /** * Route ID */ routeId: string; };