Meshpocalypse Semantic
    Preparing search index...

    Interface ATFPersistenceAdapter

    interface ATFPersistenceAdapter {
        load(): Promise<ATFPersistenceState | null>;
        save(state: ATFPersistenceState): Promise<void>;
    }

    Implemented by

    Index

    Methods

    Methods