botframework-schema
Version:
Activity schema for the Microsoft Bot Framework.
33 lines (31 loc) • 1.38 kB
text/typescript
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
export * from './aceData';
export * from './aceRequest';
export * from './getPropertyPaneConfigurationResponse';
export * from './handleActionResponse';
export * from './propertyPaneFieldProperties';
export * from './propertyPaneGroupOrConditionalGroup';
export * from './propertyPaneCheckboxProperties';
export * from './propertyPaneChoiceGroupIconProperties';
export * from './propertyPaneChoiceGroupImageSize';
export * from './propertyPaneChoiceGroupOption';
export * from './propertyPaneChoiceGroupProperties';
export * from './propertyPaneDropDownOption';
export * from './propertyPaneDropDownProperties';
export * from './propertyPaneGroupField';
export * from './propertyPaneGroup';
export * from './propertyPaneLabelProperties';
export * from './propertyPaneLinkPopupWindowProperties';
export * from './propertyPaneLinkProperties';
export * from './propertyPanePage';
export * from './propertyPanePageHeader';
export * from './propertyPaneSliderProperties';
export * from './propertyPaneTextFieldProperties';
export * from './propertyPaneToggleProperties';
export * from './setPropertyPaneConfigurationResponse';
export * from './cardViewResponse';
export * from './quickViewData';
export * from './quickViewResponse';
export * from './actions';
export * from './cardView';