botframework-schema
Version:
Activity schema for the Microsoft Bot Framework.
6 lines (4 loc) • 302 B
text/typescript
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
import { CardViewHandleActionResponse, NoOpHandleActionResponse } from './handleActionResponse';
export type SetPropertyPaneConfigurationResponse = CardViewHandleActionResponse | NoOpHandleActionResponse;