import { DaffAuthRegister } from '@daffodil/auth/state'
An action triggered to initialize a auth register request.
class DaffAuthRegister<<T extends DaffAccountRegistration = DaffAccountRegistration>> implements Action {
readonly type: DaffAuthRegisterActionTypes.RegisterAction = DaffAuthRegisterActionTypes.RegisterAction
registration: T
autoLogin: boolean = true
}