$bounties: {
all(): Bounty[];
(literals: TemplateStringsArray, ...placeholders: string[]): Bounty[];
} = ...
Type Declaration
- (literals: TemplateStringsArray, ...placeholders: string[]): Bounty[]
Parameters
- literals: TemplateStringsArray
- ...placeholders: string[]
Returns Bounty[]
all: function
A list of Bounties specified by a comma-separated list of names. For a list of all possible Bounties, leave the template string blank.