type UserProfileProps = ObjProps & { encoderUIStyle: Enums.EncoderUIStyle; autoRemoveGaps: boolean; }; type UserProfile = Obj & any[] & { [index: string]: any } & { Views: Views; KeyboardShortCuts: KeyboardShortCuts; ScreenConfigurations: ScreenConfigurations; LayoutElementDefaultsCollect: LayoutElementDefaultsCollect; UserAttributePreferences: UserAttributePreferences; Name: string; }; type Views = Obj; type View = Obj; type UserAttributePreferences = Obj; type UserAttribute = Obj & { EncoderResolution: Enums.AttriebuteEncoderResolution; };