GitHub

DaffAuthResetPasswordReducerState

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

interface DaffAuthResetPasswordReducerState {
  token: string
}