UNPKG

botframework-schema

Version:

Activity schema for the Microsoft Bot Framework.

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