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