@aicacia/db
    Preparing search index...

    Interface TestSingletonResult<T>

    Result from createTestSingleton.

    interface TestSingletonResult<T> {
        adapter: MemorySingletonAdapter<T>;
        singleton: ISingleton<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    singleton: ISingleton<T>