Home > @tridion-sites/open-api-client > BatchCopyOrMoveRequest
Represents the request for the copy or move batch operation.
Signature:
export type BatchCopyOrMoveRequest = BatchOperationRequest & {
DestinationId?: string;
};
References: BatchOperationRequest