Home > @tridion-sites/open-api-client > BatchCheckOutRequest
Represents the request for the check-out batch operation.
Signature:
export type BatchCheckOutRequest = BatchOperationRequest & {
SetPermanentLock?: boolean;
};
References: BatchOperationRequest