Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RandomResponse

Response expected from a RandomRequest.

Hierarchy

  • BaseResponse
    • RandomResponse

Index

Properties

Optional api_version

api_version?: number

Optional forwarded

forwarded?: boolean

id

id: string | number

result

result: { random: string }

Type declaration

  • random: string

Optional status

status?: string

type

type: string

Optional warning

warning?: "load"

Optional warnings

warnings?: Warning[]

Generated using TypeDoc