unlockpage-api-client
Version:
React hooks and TypeScript client for Unlockpage API
14 lines (13 loc) • 312 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
*/
export type GetWebsiteParams = {
/**
* Filter by DNS verification status (true/false)
*/
dnsVerified?: string;
};