tridion-sites-extensions-api-docs

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

BatchCheckOutRequest type

Represents the request for the check-out batch operation.

Signature:

export type BatchCheckOutRequest = BatchOperationRequest & {
    SetPermanentLock?: boolean;
};

References: BatchOperationRequest