fix: Minor HTTP typing fixes (#7380)

This commit is contained in:
Stevche Radevski
2024-05-21 12:16:08 +02:00
committed by GitHub
parent 43613f3f58
commit 35dc3c5cf7
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
export interface SelectParams {
fields?: string[]
fields?: string
}
export interface FindParams extends SelectParams {

View File

@@ -16,6 +16,7 @@ export const defaultStoreRetrieveOrderFields = [
"version",
"summary",
"currency_code",
"display_id",
"total",
"subtotal",
"tax_total",