Tranga/API/APIEndpointRecords/NewLibraryRecord.cs
Glax 5b03befbf1
Some checks failed
Docker Image CI / build (push) Has been cancelled
#168 Multiple Base-Paths (Libraries) Support
2025-03-16 16:48:19 +01:00

3 lines
95 B
C#

namespace API.APIEndpointRecords;
public record NewLibraryRecord(string path, string name);