
export interface IRegisterProperties {
    globalInjection: boolean
    validationErrorShowAlert: boolean
    validationErrorAlertText: string,
    disableControls: Array<string>
}