docs: update override price selection strategy documentation (#5438)
* docs: update override price selection strategy documentation * fix eslint errors
This commit is contained in:
@@ -36,31 +36,31 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### AxiosRequestHeaders
|
||||
|
||||
Ƭ **AxiosRequestHeaders**: Record<`string`, `string`\>
|
||||
**AxiosRequestHeaders**: Record<`string`, `string`\>
|
||||
|
||||
___
|
||||
|
||||
### AxiosResponseHeaders
|
||||
|
||||
Ƭ **AxiosResponseHeaders**: Record<`string`, `string`\> & { `set-cookie?`: `string`[] }
|
||||
**AxiosResponseHeaders**: Record<`string`, `string`\> & { `set-cookie?`: `string`[] }
|
||||
|
||||
___
|
||||
|
||||
### Method
|
||||
|
||||
Ƭ **Method**: ``"get"`` \| ``"GET"`` \| ``"delete"`` \| ``"DELETE"`` \| ``"head"`` \| ``"HEAD"`` \| ``"options"`` \| ``"OPTIONS"`` \| ``"post"`` \| ``"POST"`` \| ``"put"`` \| ``"PUT"`` \| ``"patch"`` \| ``"PATCH"`` \| ``"purge"`` \| ``"PURGE"`` \| ``"link"`` \| ``"LINK"`` \| ``"unlink"`` \| ``"UNLINK"``
|
||||
**Method**: ``"get"`` \| ``"GET"`` \| ``"delete"`` \| ``"DELETE"`` \| ``"head"`` \| ``"HEAD"`` \| ``"options"`` \| ``"OPTIONS"`` \| ``"post"`` \| ``"POST"`` \| ``"put"`` \| ``"PUT"`` \| ``"patch"`` \| ``"PATCH"`` \| ``"purge"`` \| ``"PURGE"`` \| ``"link"`` \| ``"LINK"`` \| ``"unlink"`` \| ``"UNLINK"``
|
||||
|
||||
___
|
||||
|
||||
### RequestMethod
|
||||
|
||||
Ƭ **RequestMethod**: ``"DELETE"`` \| ``"POST"`` \| ``"GET"``
|
||||
**RequestMethod**: ``"DELETE"`` \| ``"POST"`` \| ``"GET"``
|
||||
|
||||
___
|
||||
|
||||
### Response
|
||||
|
||||
Ƭ **Response**<`T`\>: `T` & { `response`: [`HTTPResponse`](../../internal/interfaces/swaps.internal.HTTPResponse.mdx) }
|
||||
**Response**<`T`\>: `T` & { `response`: [`HTTPResponse`](../../internal/interfaces/swaps.internal.HTTPResponse.mdx) }
|
||||
|
||||
#### Type parameters
|
||||
|
||||
@@ -79,7 +79,7 @@ ___
|
||||
|
||||
### ResponsePromise
|
||||
|
||||
Ƭ **ResponsePromise**<`T`\>: `Promise`<[`Response`](swaps.internal.mdx#response)<`T`\>\>
|
||||
**ResponsePromise**<`T`\>: `Promise`<[`Response`](swaps.internal.mdx#response)<`T`\>\>
|
||||
|
||||
#### Type parameters
|
||||
|
||||
@@ -98,4 +98,4 @@ ___
|
||||
|
||||
### ResponseType
|
||||
|
||||
Ƭ **ResponseType**: ``"arraybuffer"`` \| ``"blob"`` \| ``"document"`` \| ``"json"`` \| ``"text"`` \| ``"stream"``
|
||||
**ResponseType**: ``"arraybuffer"`` \| ``"blob"`` \| ``"document"`` \| ``"json"`` \| ``"text"`` \| ``"stream"``
|
||||
|
||||
Reference in New Issue
Block a user