UNPKG

416 BTypeScriptView Raw
1/**
2 * @module botbuilder
3 */
4/**
5 * Copyright (c) Microsoft Corporation. All rights reserved.
6 * Licensed under the MIT License.
7 */
8export declare const defaultPipeName = "bfv4.pipes";
9export declare const VERSION_PATH = "/api/version";
10export declare const MESSAGES_PATH = "/api/messages";
11export declare const GET = "GET";
12export declare const POST = "POST";
13//# sourceMappingURL=constants.d.ts.map