Esposter
    Preparing search index...

    Interface Lease

    interface Lease {
        release: () => void;
    }
    Index
    release: () => void