import { DaffAuthRegisterSuccess } from '@daffodil/auth/state'
An action triggered upon a successful auth register request.
class DaffAuthRegisterSuccess implements Action {
readonly type: DaffAuthRegisterActionTypes.RegisterSuccessAction = DaffAuthRegisterActionTypes.RegisterSuccessAction
token: string
}