limitedUsePeriods: {
    charges: string;
    day: string;
    hour: string;
    round: string;
    single: string;
    week: string;
} = ...

Enumerate the lengths of time over which an item can have limited use ability

Type declaration

  • charges: string
  • day: string
  • hour: string
  • round: string
  • single: string
  • week: string

Generated using TypeDoc