Bettertyping (#10725)
To get better at catching errors on providers (It will ease also my coming PR to send microsoft messages using workflow)
This commit is contained in:
@ -0,0 +1 @@
|
||||
export const MICROSOFT_SEND_SCOPE = 'Mail.Send';
|
||||
@ -1,11 +1,12 @@
|
||||
import { CalendarChannel } from '@/accounts/types/CalendarChannel';
|
||||
|
||||
import { ConnectedAccountProvider } from 'twenty-shared';
|
||||
import { MessageChannel } from './MessageChannel';
|
||||
|
||||
export type ConnectedAccount = {
|
||||
id: string;
|
||||
handle: string;
|
||||
provider: string;
|
||||
provider: ConnectedAccountProvider;
|
||||
accessToken: string;
|
||||
refreshToken: string;
|
||||
accountOwnerId: string;
|
||||
|
||||
Reference in New Issue
Block a user