Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RiotIdChainable

An interface containing method type signatures for any Action containing a .gameName() method and .tagLine() method.

Hierarchy

  • RiotIdChainable

Implemented by

Index

Properties

Properties

Optional gameName

gameName: undefined | (<K>(this: K, gameName: string) => Omit<K, "gameName">)

Optional tagLine

tagLine: undefined | (<K>(this: K, tagLine: string) => Omit<K, "tagLine">)