GitHub

DaffContactReset

import { DaffContactReset } from '@daffodil/contact/state'
class DaffContactReset implements Action {
  readonly type: DaffContactActionTypes.ContactResetAction
}

Properties

Name Type Description
type DaffContactActionTypes.ContactResetAction