mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-06 10:10:48 +01:00
5 lines
163 B
C#
5 lines
163 B
C#
using Microsoft.OpenApi.Models;
|
|
|
|
namespace Needlework.Net.Models;
|
|
|
|
public record PathOperation(string Method, string Path, string Tag, OpenApiOperation Operation); |