UNPKG

unlockpage-api-client

Version:

React hooks and TypeScript client for Unlockpage API

20 lines (19 loc) 439 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 */ /** * Route information for content access control */ export interface MicrohttpRoute { disabled?: boolean; isPurchased?: boolean; route?: string; routeCost?: number; routeId?: number; websiteId?: number; websiteName?: string; }