OpenFairyGUI API
    Preparing search index...

    Interface BackendSessionLock

    An exclusive lock owned for the lifetime of one backend session.

    interface BackendSessionLock {
        release(): Promise<void>;
        writeMetadata(content: string): Promise<void>;
    }
    Index