Add local JSON account import and export
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Wino.Core.Domain.Models.Accounts;
|
||||
|
||||
public sealed class WinoAccountSyncFileExportResult
|
||||
{
|
||||
public string JsonContent { get; init; } = string.Empty;
|
||||
public WinoAccountSyncExportResult ExportResult { get; init; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user