1
0
mirror of https://github.com/XFox111/bonch-calendar.git synced 2026-06-30 10:52:41 +03:00
Files
bonch-calendar/api/StatsResponse.cs
T

4 lines
72 B
C#

namespace BonchCalendar;
public record StatsResponse(int ActiveUsers);