@aicacia/db
    Preparing search index...

    Interface TestCollectionResult<T>

    interface TestCollectionResult<T extends Record<string, any>> {
        adapter: MemoryAdapter<T>;
        collection: ICollection<T>;
    }

    Type Parameters

    • T extends Record<string, any>
    Index

    Properties

    Properties

    adapter: MemoryAdapter<T>
    collection: ICollection<T>