RemoveOptions
Defined in: src/types/public.ts:333
Options for removing a remote file entry.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
ignoreMissing? | boolean | When true, do not throw if the path does not exist. | src/types/public.ts:337 |
signal? | AbortSignal | Abort signal used to cancel the operation. | src/types/public.ts:335 |