UNPKG

@dodi-smart/nuki-graphql-api

Version:
20 lines 580 B
import type { Context } from './Context'; export type TunnelService = { context?: Context; enabled?: boolean; started?: boolean; characterSetParameter?: string; encodingParameter?: string; extensionsTunnel?: boolean; headersTunnel?: boolean; languageParameter?: string; mediaTypeParameter?: string; methodHeader?: string; methodParameter?: string; methodTunnel?: boolean; preferencesTunnel?: boolean; queryTunnel?: boolean; userAgentTunnel?: boolean; stopped?: boolean; }; //# sourceMappingURL=TunnelService.d.ts.map