Files
fiscalos/src/FiscalOS.Infra/Transactions/Plaid/SyncUpdatesQueueItem.cs
T

3 lines
114 B
C#
Raw Normal View History

namespace FiscalOS.Infra.Transactions.Plaid;
public sealed record SyncUpdatesQueueItem(string InstitutionItemId);