UNPKG

@getanthill/datastore

Version:

Event-Sourced Datastore

5 lines (4 loc) 206 B
import type { Models } from '../../models'; import type { SpecFragment } from '../../typings'; export declare const SPEC_FRAGMENT: SpecFragment; export declare function build(models: Models): SpecFragment;