UNPKG

544 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';
9/**
10 * Validates an [Activity](xref:botbuilder-core.Activity) and formats the timestamp fields.
11 * @param activity [Activity](xref:botbuilder-core.Activity) to be validated.
12 * @returns The [Activity](xref:botframework-schema.Activity).
13 */
14export declare function validateAndFixActivity(activity: Activity): Activity;
15//# sourceMappingURL=activityValidator.d.ts.map
\No newline at end of file