$bounty: {
cls: typeof MafiaClass & new () => Bounty;
none: Bounty;
get(name: string): Bounty | null;
(literals: TemplateStringsArray, ...placeholders: string[]): Bounty;
} = ...
Type Declaration
- (literals: TemplateStringsArray, ...placeholders: string[]): Bounty
Parameters
- literals: TemplateStringsArray
- ...placeholders: string[]
Returns Bounty
cls: typeof MafiaClass & new () => Bounty
none: Bounty
get: function
get(name: string): Bounty | null
A Bounty specified by name.