UNPKG

botframework-schema

Version:

Activity schema for the Microsoft Bot Framework.

7 lines (5 loc) 160 B
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. export interface QuickViewData { [key: string]: unknown; }