Home > @tridion-sites/open-api-client > LockInfo
Lock information about Repository Local Object.
Signature:
export type LockInfo = { $type?: string; LockDate?: string; LockType?: Array<LockType>; LockUser?: Link; };
References: LockType, Link