Testing TypeScript - missing exported IdentificationEngine
While we test using typescript and transpiling, we can use, import, mock, test GlideRecord in our script_include codeimport { GlideRecord } from '@servicenow/glide';We dont see scoped IdentificationEngine exported in types, only global Identification...