Interface RandomResponse

Response expected from a RandomRequest.

Hierarchy

  • BaseResponse
    • RandomResponse

Properties

api_version?: number
forwarded?: boolean
id: string | number
result: {
    random: string;
}

Type declaration

  • random: string
status?: string
type: string
warning?: "load"
warnings?: Warning[]

Generated using TypeDoc