Skip to main content

MoveFileToFolderRequest

Defined in: packages/core/src/files/types.ts:54

Request to move file to folder

Properties

fileId

fileId: string

Defined in: packages/core/src/files/types.ts:56

ID of the file to move


folderId?

optional folderId: string | null

Defined in: packages/core/src/files/types.ts:58

ID of destination folder (null or empty to move to root)