We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaefb62 commit 9d54ee1Copy full SHA for 9d54ee1
src/resource_clients/run_collection.ts
@@ -1,6 +1,6 @@
1
import { ACT_JOB_STATUSES } from '@apify/consts';
2
import ow from 'ow';
3
-import { ApiClientSubResourceOptions } from '../base/api_client';
+import { ApiClientOptionsWithOptionalResourcePath } from '../base/api_client';
4
import { ResourceCollectionClient } from '../base/resource_collection_client';
5
import { PaginatedList } from '../utils';
6
import { ActorRunListItem } from './actor';
@@ -9,7 +9,7 @@ export class RunCollectionClient extends ResourceCollectionClient {
9
/**
10
* @hidden
11
*/
12
- constructor(options: ApiClientSubResourceOptions) {
+ constructor(options: ApiClientOptionsWithOptionalResourcePath) {
13
super({
14
resourcePath: 'runs',
15
...options,
0 commit comments