Files
Needlework.Net/Needlework.Net/Models/PathOperation.cs
2025-05-05 02:55:36 -05:00

5 lines
163 B
C#

using Microsoft.OpenApi.Models;
namespace Needlework.Net.Models;
public record PathOperation(string Method, string Path, string Tag, OpenApiOperation Operation);