Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SummonerNameChainable

An interface containing method type signatures for any Action containing a .name() method.

Hierarchy

  • SummonerNameChainable

Implemented by

Index

Properties

Properties

Optional name

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