UNPKG

303 BTypeScriptView Raw
1/**
2 * @module botbuilder
3 */
4/**
5 * Copyright (c) Microsoft Corporation. All rights reserved.
6 * Licensed under the MIT License.
7 */
8import { Activity } from 'botbuilder-core';
9export declare function validateAndFixActivity(activity: Activity): Activity;
10//# sourceMappingURL=activityValidator.d.ts.map
\No newline at end of file