tridion-sites-extensions-api-docs

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

BatchCopyOrMoveRequest type

Represents the request for the copy or move batch operation.

Signature:

export type BatchCopyOrMoveRequest = BatchOperationRequest & {
    DestinationId?: string;
};

References: BatchOperationRequest