tridion-sites-extensions-api-docs

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

LockInfo type

Lock information about Repository Local Object.

Signature:

export type LockInfo = {
    $type?: string;
    LockDate?: string;
    LockType?: Array<LockType>;
    LockUser?: Link;
};

References: LockType, Link