Home > @tridion-sites/open-api-client > BatchCopyRequest
Represents the request for the copy batch operation.
Signature:
export type BatchCopyRequest = BatchCopyOrMoveRequest & { MakeUnique?: boolean; };
References: BatchCopyOrMoveRequest