unlockpage-api-client
Version:
React hooks and TypeScript client for Unlockpage API
21 lines (20 loc) • 517 B
TypeScript
/**
* 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
*/
/**
* Information about a route's availability and purchase status
*/
export interface MicrohttpRouteInfo {
domainPublicAddress?: string;
routeCost?: number;
routeDisabled?: boolean;
routeId?: number;
routePurchased?: boolean;
routeSupported?: boolean;
websiteId?: number;
websiteSupported?: boolean;
}