unlockpage-api-client
Version:
React hooks and TypeScript client for Unlockpage API
17 lines (16 loc) • 362 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
*/
/**
* User information with authentication details
*/
export interface MicrohttpUser {
email?: string;
lastLogin?: string;
name?: string;
publicAddress?: string;
}