// 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 }