@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Interface StorageCollection

    Records typed storage definitions, making their accessors injectable.

    interface StorageCollection {
        add<T>(definition: StorageDefinition<T>): void;
    }
    Index