Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / / MoveFileInput

Interface: MoveFileInput

Defined in: packages/fireflow-vfs/src/types/file.ts:105

Input for moving/renaming a file

Properties

branch?

optional branch: string

Defined in: packages/fireflow-vfs/src/types/file.ts:107


fromPath

fromPath: string

Defined in: packages/fireflow-vfs/src/types/file.ts:108


toPath

toPath: string

Defined in: packages/fireflow-vfs/src/types/file.ts:109


workspaceId

workspaceId: string

Defined in: packages/fireflow-vfs/src/types/file.ts:106

Licensed under BUSL-1.1