import { DaffAuthLoginSuccess } from '@daffodil/auth/state'
An action triggered upon a successful auth login.
class DaffAuthLoginSuccess<<T extends DaffAuthToken = DaffAuthToken>> implements Action {
readonly type: DaffAuthLoginActionTypes.LoginSuccessAction = DaffAuthLoginActionTypes.LoginSuccessAction
auth: T
}