chore(docs): Generated JS Client Reference (#5334)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
co-authored by
Shahed Nasser
parent
378ca1b36e
commit
daea35fe73
+59
@@ -0,0 +1,59 @@
|
||||
---
|
||||
displayed_sidebar: jsClientSidebar
|
||||
---
|
||||
|
||||
# Interface: FinishedOptions
|
||||
|
||||
[internal](../modules/internal-8.md).[internal](../modules/internal-8.internal-2.md).FinishedOptions
|
||||
|
||||
## Hierarchy
|
||||
|
||||
- [`Abortable`](internal-8.EventEmitter.Abortable.md)
|
||||
|
||||
↳ **`FinishedOptions`**
|
||||
|
||||
## Properties
|
||||
|
||||
### error
|
||||
|
||||
• `Optional` **error**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa-js/node_modules/@types/node/stream.d.ts:1178
|
||||
|
||||
___
|
||||
|
||||
### readable
|
||||
|
||||
• `Optional` **readable**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa-js/node_modules/@types/node/stream.d.ts:1179
|
||||
|
||||
___
|
||||
|
||||
### signal
|
||||
|
||||
• `Optional` **signal**: `AbortSignal`
|
||||
|
||||
When provided the corresponding `AbortController` can be used to cancel an asynchronous action.
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[Abortable](internal-8.EventEmitter.Abortable.md).[signal](internal-8.EventEmitter.Abortable.md#signal)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa-js/node_modules/@types/node/events.d.ts:380
|
||||
|
||||
___
|
||||
|
||||
### writable
|
||||
|
||||
• `Optional` **writable**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa-js/node_modules/@types/node/stream.d.ts:1180
|
||||
Reference in New Issue
Block a user