UNPKG

@domoinc/ryuu-proxy

Version:

a middleware that provides a proxy for local domo app development

9 lines (8 loc) 182 B
import { Manifest } from "ryuu-client/lib/models"; export interface ProxyOptions { manifest: Manifest; } export interface OauthToken { access: string; refresh: string; }