tridion-sites-extensions-api-docs

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

CheckInRequest type

Removes permanent lock and creates a new version of the item.

Signature:

export type CheckInRequest = {
    $type?: string;
    RemovePermanentLock?: boolean;
};