3434 connect settingsaccountsemails to the backend (#3584)
* wip * wip * update sync settings * fix key in map * connect email visibility to backend * finished * improve typing
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import { Account } from '@/accounts/types/Account';
|
||||
import { BlockedEmail } from '@/accounts/types/BlockedEmail';
|
||||
import { MessageChannel } from '@/accounts/types/MessageChannel';
|
||||
import { InboxSettingsVisibilityValue } from '@/settings/accounts/components/SettingsAccountsInboxSettingsVisibilitySection';
|
||||
|
||||
export const mockedAccounts: Account[] = [
|
||||
export const mockedAccounts: MessageChannel[] = [
|
||||
{
|
||||
handle: 'thomas@twenty.com',
|
||||
isSynced: true,
|
||||
|
||||
Reference in New Issue
Block a user