UNPKG

green-invoice-graphql

Version:
7 lines (6 loc) 155 B
import { Sdk } from '../.mesh'; declare const init: (id: string, secret: string) => Promise<{ sdk: Sdk; }>; export * from '../.mesh'; export { init };