Outlook_Addin_LLM/node_modules/@microsoft/dev-tunnels-contracts/tunnelServicePropertiesStatics.d.ts

18 lines
692 B
TypeScript
Raw Normal View History

import { TunnelServiceProperties as ITunnelServiceProperties } from './tunnelServiceProperties';
/**
* Gets production service properties.
*/
export declare const production: ITunnelServiceProperties;
/**
* Gets properties for the service in the staging environment (PPE).
*/
export declare const staging: ITunnelServiceProperties;
/**
* Gets properties for the service in the development environment.
*/
export declare const development: ITunnelServiceProperties;
/**
* Gets properties for the service in the specified environment.
*/
export declare function environment(environmentName: string): ITunnelServiceProperties;
//# sourceMappingURL=tunnelServicePropertiesStatics.d.ts.map