// Type definitions for non-npm package Titanium 10.2 // Project: https://github.com/appcelerator/titanium_mobile // Definitions by: Axway Appcelerator // Jan Vennemann // Sergey Volkov // Mathias Lorenzen // Definitions: https://github.com/TiStrong/types // TypeScript Version: 4.0 /// /// type _Omit = Pick>; type FunctionPropertyNames = { // tslint:disable-next-line:ban-types [K in keyof T]: T[K] extends Function ? K : never }[keyof T]; type Dictionary = Partial<_Omit>>; interface ProxyEventMap {} import Ti = Titanium;