brows3r — TypeScript API
    Preparing search index...

    Interface ResourceLock

    A single active resource lock. Mirrors the lock:acquired event payload.

    interface ResourceLock {
        lockId: string;
        opName: string;
        resource: string;
    }
    Index

    Properties

    lockId: string
    opName: string
    resource: string