chore: Replace Error with FetchError (#8885)

This commit is contained in:
Oli Juhl
2024-08-30 11:08:36 +02:00
committed by GitHub
parent 8c82207a41
commit e360a495b7
22 changed files with 205 additions and 143 deletions

View File

@@ -25,7 +25,7 @@ export class Order {
async retrievePreview(
id: string,
query?: SelectParams,
query?: HttpTypes.AdminOrderFilters,
headers?: ClientHeaders
) {
return await this.client.fetch<HttpTypes.AdminOrderPreviewResponse>(