Skip to content

RenameOptions

Defined in: src/types/public.ts:343

Options for renaming or moving a remote entry.

PropertyTypeDescriptionDefined in
overwrite?booleanAllow overwriting an existing destination when the provider supports it.src/types/public.ts:347
signal?AbortSignalAbort signal used to cancel the operation.src/types/public.ts:345