UNPKG

botframework-schema

Version:

Activity schema for the Microsoft Bot Framework.

10 lines 222 B
/** * SharePoint property pane page header. */ export interface PropertyPanePageHeader { /** * The description of the page. */ description: string; } //# sourceMappingURL=propertyPanePageHeader.d.ts.map