interface LockInfo {
    clientId?: string;
    mode?: LockMode;
    name?: string;
}

Properties

Properties

clientId?: string
mode?: LockMode
name?: string