Home > @tridion-sites/open-api-client > CheckInRequest
Removes permanent lock and creates a new version of the item.
Signature:
export type CheckInRequest = { $type?: string; RemovePermanentLock?: boolean; };