consolidation of some of the modules, localization fixes, product advisories work, qa work
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace StellaOps.PacksRegistry.WebService.Contracts;
|
||||
|
||||
public sealed record ParityRequest
|
||||
{
|
||||
[Required]
|
||||
public string? Status { get; init; }
|
||||
|
||||
public string? Notes { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user