© 2026 Hedgehog Software, LLC
type User = { accounts: accounts?: (() => Promise<Account>)[]; }
Function