interface-forge - v2.5.0
    Preparing search index...

    Interface CreateOptions<T>

    interface CreateOptions<T> {
        adapter?: PersistenceAdapter<T, T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    adapter?: PersistenceAdapter<T, T>