UNPKG

@teaploy/megaprint

Version:
4 lines (3 loc) 215 B
import { Actions } from './actions'; import { Environment } from './environment'; export declare const post: (action: keyof typeof Actions, body: any, env: keyof typeof Environment, token?: string) => Promise<any>;