Variable notificationAttemptSelectorConst

notificationAttemptSelector: {
    attemptNumber: boolean;
    createdAt: boolean;
    error: boolean;
    id: boolean;
    providerResponse: boolean;
    status: boolean;
} = ...

Type declaration

  • attemptNumber: boolean
  • createdAt: boolean
  • error: boolean
  • id: boolean
  • providerResponse: boolean
  • status: boolean