GitHub

DaffContactReset

import { DaffContactReset } from '@daffodil/contact/state'

An action triggered upon resetting of a contact.

class DaffContactReset implements Action {
  readonly type: DaffContactActionTypes.Reset = DaffContactActionTypes.Reset
}