UNPKG

@mwcp/kmore

Version:

midway component for knex, supports declarative transaction and OpenTelemetry

6 lines 189 B
import { ConfigKey } from '../lib/types.js'; export class DefaultApi { static base = `/_${ConfigKey.namespace}`; static hello = '/hello'; } //# sourceMappingURL=default.types.js.map