unlockpage-api-client
Version:
React hooks and TypeScript client for Unlockpage API
17 lines (15 loc) • 362 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
*/
export interface MicrohttpPluginVerifyResponse {
error?: string;
instructions?: string;
message?: string;
pluginToken?: string;
success?: boolean;
verified?: boolean;
}