UNPKG

@getanthill/datastore

Version:

Event-Sourced Datastore

3 lines (2 loc) 162 B
import type { ModelConfig, GenericType, Services } from '../typings'; export declare function Factory(modelConfig: ModelConfig, services: Services): GenericType;