UNPKG

@getanthill/datastore

Version:

Event-Sourced Datastore

4 lines (3 loc) 179 B
import type { Services } from '../../typings'; declare function routes(services: Services, oas?: any): Promise<import("express-serve-static-core").Router>; export default routes;