feat: add Settings/Accounts/Emails Emails Sync section accounts list (#2957)
Closes #2888 Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
@ -1 +1 @@
|
||||
export type Account = { email: string; uuid: string };
|
||||
export type Account = { email: string; isSynced?: boolean; uuid: string };
|
||||
|
||||
Reference in New Issue
Block a user