UNPKG

botframework-schema

Version:

Activity schema for the Microsoft Bot Framework.

13 lines (11 loc) 267 B
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. /** * SharePoint property pane page header. */ export interface PropertyPanePageHeader { /** * The description of the page. */ description: string; }