@dodi-smart/nuki-graphql-api
Version:
Nuki GraphQL API
20 lines • 580 B
TypeScript
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