fix: Minor HTTP typing fixes (#7380)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export interface SelectParams {
|
||||
fields?: string[]
|
||||
fields?: string
|
||||
}
|
||||
|
||||
export interface FindParams extends SelectParams {
|
||||
|
||||
@@ -16,6 +16,7 @@ export const defaultStoreRetrieveOrderFields = [
|
||||
"version",
|
||||
"summary",
|
||||
"currency_code",
|
||||
"display_id",
|
||||
"total",
|
||||
"subtotal",
|
||||
"tax_total",
|
||||
|
||||
Reference in New Issue
Block a user