UNPKG

@epilot/submission-client

Version:
4 lines (3 loc) 131 B
import { Client } from './openapi'; export declare const getClient: () => Client; export declare const createClient: () => Client;