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?
optionalfolderId:string|null
Defined in: packages/core/src/files/types.ts:58
ID of destination folder (null or empty to move to root)