interface IMoveItemResponse {
    folder: string;
    itemId: string;
    owner: string;
    success: boolean;
}

Properties

folder: string

Alphanumeric id of folder now housing item.

itemId: string

Alphanumeric id of moved item.

owner: string

Name of owner of item.

success: boolean

Success or failure of request.