import { DaffResetPassword } from '@daffodil/auth/state'
An action triggered to initialize a logout request.
class DaffResetPassword<<T extends DaffAuthResetPasswordInfo = DaffAuthResetPasswordInfo>> implements Action {
readonly type: DaffAuthResetPasswordActionTypes.ResetPasswordAction = DaffAuthResetPasswordActionTypes.ResetPasswordAction
info: T
autoLogin: boolean = true
}