mirror of
https://github.com/C9Glax/tranga.git
synced 2025-04-12 19:36:08 +02:00
3 lines
95 B
C#
3 lines
95 B
C#
namespace API.APIEndpointRecords;
|
|
|
|
public record NewLibraryRecord(string path, string name); |