GitHub

DaffContactRetry

import { DaffContactRetry } from '@daffodil/contact/state'
class DaffContactRetry<<T>>  implements Action {
  readonly type: DaffContactActionTypes.ContactRetryAction
  payload: T
}

Properties

Name Type Description
type DaffContactActionTypes.ContactRetryAction
payload T