omit type like rest
This commit is contained in:
@@ -46,7 +46,7 @@ export class TvSeasonsEndpoint extends BaseEndpoint {
|
|||||||
async aggregateCredits(
|
async aggregateCredits(
|
||||||
seasonSelection: SeasonSelection,
|
seasonSelection: SeasonSelection,
|
||||||
options?: LanguageOption
|
options?: LanguageOption
|
||||||
): Promise<AggregateCredits> {
|
) {
|
||||||
return await this.api.get<AggregateCredits>(
|
return await this.api.get<AggregateCredits>(
|
||||||
`${BASE_SEASON(seasonSelection)}/aggregate_credits`,
|
`${BASE_SEASON(seasonSelection)}/aggregate_credits`,
|
||||||
options
|
options
|
||||||
|
|||||||
Reference in New Issue
Block a user