Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Interfaces

Type aliases

Type aliases

API

API<T>: {[ x in keyof T]: APIFunction<T[x]> }

Type parameters

Client

Client<T>: {[ x in keyof T]: Promisify<T[x]> }

Type parameters

  • T

RealType

RealType<T>: T extends LiteralUndifinedOptional ? undefined : T extends LiteralSpecifiedOptional ? RealOptional<T[1]> : NonOptionalRealType<T>

Type parameters

  • T: LiteralType

Legend

  • Function with type parameter
  • Type alias with type parameter
  • Interface
  • Class with type parameter

Generated using TypeDoc