GitHub

DaffAuthResetPasswordReducerState

Type

import { DaffAuthResetPasswordReducerState } from '@daffodil/auth/state'

interface DaffAuthResetPasswordReducerState {
  token: string
}