Type alias EmailImportResponse
EmailImportResponse: { accountId: Id; created: Record<Id, EmailImport> | null; newState: string; notCreated: Record<Id, SetError> | null; oldState: string | null; } Type declaration
accountId: Id
newState: string
notCreated: Record<Id, SetError> | null
oldState: string | null