UNPKG

@domoinc/ryuu-proxy

Version:

a middleware that provides a proxy for local domo app development

9 lines 256 B
export type { Manifest } from 'ryuu-client/lib/models'; export interface ProxyOptions { manifest: import('ryuu-client/lib/models').Manifest; } export interface OauthToken { access: string; refresh: string; } //# sourceMappingURL=models.d.ts.map