UNPKG

@mwcp/paradedb

Version:

ParadeDb JavaScript Client Library Component for Midway.js

10 lines (5 loc) 171 B
import { ConfigKey } from '##/lib/types.js' export class DefaultApi { static readonly base: string = `/_${ConfigKey.namespace}` static readonly hello = '/hello' }