This commit is contained in:
Artemy
2025-07-30 12:41:57 +07:00
parent 751c30dedd
commit dc560ba698
4 changed files with 74 additions and 17 deletions
@@ -0,0 +1,7 @@
namespace Govor.Contracts.Requests;
public class UploadKeysRequest
{
public string PublicEncryptionKey { get; set; }
public string PublicSigningKey { get; set; }
}