botframework-schema
Version:
Activity schema for the Microsoft Bot Framework.
12 lines (9 loc) • 345 B
text/typescript
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
/**
* SharePoint base property pane field properties
*/
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
export interface PropertyPaneFieldProperties {
// keep this empty - used as base type in property group definition
}