unlockpage-api-client
Version:
React hooks and TypeScript client for Unlockpage API
19 lines (17 loc) • 388 B
text/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
*/
/**
* Website information for registration and management
*/
export interface MicrohttpWebsite {
domain?: string;
name?: string;
publicAddress?: string;
verified?: boolean;
websiteId?: number;
}