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