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