@adcp/client API Reference - v3.3.3
    Preparing search index...

    Interface StorageFactory

    Storage factory interface for creating storage instances

    interface StorageFactory {
        createStorage<T>(type: string, options?: any): Storage<T>;
    }
    Index

    Methods