feat(infra): added plaid specific metadata and updated context to model account

This commit is contained in:
Stevan Freeborn
2026-02-13 12:38:18 -06:00
parent 2fdb849142
commit a07fd24ee9
7 changed files with 597 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace FiscalOS.Infra.Accounts;
public static class Providers
{
public const string Plaid = nameof(Plaid);
}