tridion-sites-extensions-api-docs

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

BatchCheckInRequest type

Represents the request for the check-in batch operation.

Signature:

export type BatchCheckInRequest = BatchOperationRequest & {
    RemovePermanentLock?: boolean;
    UserComment?: string;
};

References: BatchOperationRequest