namespace Moonlight.Shared.Http.Responses.Admin; public record VersionDto(string Identifier, bool IsPreRelease, bool IsDevelopment, DateTimeOffset CreatedAt);