1 export const ignoredActions: string[] = [
2 'userKeys/fetch/fulfilled',
3 'addressKeys/fulfilled',
4 'organizationKey/fetch/fulfilled',
5 'events/synchronizeEvents',
8 export const ignoredPaths: (string | RegExp)[] = [/userKeys/, /addressKeys/, /organizationKey/, /events/];