Type alias AdapterOptions<A, N>

AdapterOptions<A, N>: {
    [K in N]: {
        name: K;
        settings?: Meta.Pouch.Adapters.Generic.AdapterSettings<A, K>;
    }
}[N]

Type Parameters

Generated using TypeDoc