Searched refs:UserAccount (Results 1 – 4 of 4) sorted by relevance
10 accounts: UserAccount[];14 export type UserAccount = { alias
19 import { UserAccount, UserData } from '../functions/getUserProfileAsync';41 const onSelectAccount = (account: UserAccount) => {175 selectedAccount: UserAccount;176 onSelectAccount: (userAccount: UserAccount) => void;186 const accounts: UserAccount[] = [];187 const orgs: UserAccount[] = [];199 const accountsSortedByType: UserAccount[] = [...accounts, ...orgs];
4 import { getUserProfileAsync, UserAccount, UserData } from '../functions/getUserProfileAsync';13 selectedAccount?: UserAccount;
3 import { getUserProfileAsync, UserAccount, UserData } from '../../functions/getUserProfileAsync';20 const fakeAccounts: UserAccount[] = [