aimpress-chatbot/node_modules/botbuilder/lib/handoffEventNames.d.ts
“SamoilenkoVadym” 195299ece0 Initial commit
2025-04-27 17:05:18 +01:00

12 lines
No EOL
333 B
TypeScript

/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
/**
* Defines values for handoff event names.
*/
export declare class HandoffEventNames {
static readonly InitiateHandoff: string;
static readonly HandoffStatus: string;
}
//# sourceMappingURL=handoffEventNames.d.ts.map