Description
Types added in #983 breaks existing project using @types/enigma.js
Steps to Reproduce
const global = await enigma.create(config).open();
** Property openDoc does not exist on type **
const app = await global.openDoc(appId);
Expected behavior
New types should match functionality available in library. Similar to @types/enigma.js
Actual behavior
Property openDoc does not exist on type
Description
Types added in #983 breaks existing project using @types/enigma.js
Steps to Reproduce
Expected behavior
New types should match functionality available in library. Similar to @types/enigma.js
Actual behavior
Property openDoc does not exist on type