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