tridion-sites-extensions-api-docs

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

BatchUndoCheckOutRequest type

Represents the request for the undo check-out batch operation.

Signature:

export type BatchUndoCheckOutRequest = BatchOperationRequest & {
    RemovePermanentLock?: boolean;
};

References: BatchOperationRequest