DaffContactState
import { DaffContactState } from '@daffodil/contact/state'
interface DaffContactState {
success: boolean
loading: boolean
errors: DaffStateError[]
}
Properties
Name | Type | Description |
---|---|---|
success | boolean | |
loading | boolean | |
errors | DaffStateError[] |