UNPKG

twisted

Version:
16 lines (15 loc) 294 B
/** * Lol Status Content dto */ export declare class LolStatusContentDTO { /** * Incident or Maintance status language * (e.g. `en_GB`) */ locale: string; /** * Incident or Maintance * (e.g. `Account Transfers Unavailable`) */ content: string; }