unlockpage-api-client
Version:
React hooks and TypeScript client for Unlockpage API
19 lines (17 loc) • 389 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
*/
/**
* DNS verification response with status and details
*/
export interface MicrohttpDNSResponse {
error?: string;
hosts?: string[];
success?: boolean;
txtToken?: string;
txtVerified?: boolean;
}