OpenAPI.NET.OData/tool/Microsoft.OpenApi/Interfaces/IOpenApiElement.cs

14 lines
460 B
C#

// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
// ------------------------------------------------------------
namespace Microsoft.OpenApi.Interfaces
{
/// <summary>
/// Represents an Open API element.
/// </summary>
public interface IOpenApiElement
{
}
}