export type FinavigatorFinAcct = { type:"bank"; name:string; acctno?:number|string; pswd?:string; username?:string; routing?:string; bal?:number; };