tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > BatchCopyRequest

BatchCopyRequest type

Represents the request for the copy batch operation.

Signature:

export type BatchCopyRequest = BatchCopyOrMoveRequest & {
    MakeUnique?: boolean;
};

References: BatchCopyOrMoveRequest