export type Account = { id: string; name?: string; };