diff --git a/Client/Batch/index.ts b/Client/Batch/index.ts index 949f4877..3ea440dc 100644 --- a/Client/Batch/index.ts +++ b/Client/Batch/index.ts @@ -17,7 +17,7 @@ export class Batch extends List { return await this.connection.get(`${this.folder}/${batchId}`) } async listByType( - type: model.Batch.Type, + type: model.Batch.Type[], previous?: Paginated, page?: number, size?: number,