Is there an existing issue for this?
Current Behavior
Attempting to use one of the models exported as model results in Cannot find namespace 'model'.ts(2503).
Expected Behavior
No typescript errors.
Steps To Reproduce
import { Service } from "typedi";
import { Settings, importer, model } from "@coderline/alphatab";
@Service()
export class AlphaTabService {
getScoreByBuffer(buffer: Buffer): model.Score { // Cannot find namespace 'model'.ts(2503)
const settings = new Settings();
return importer.ScoreLoader.loadScoreFromBytes(
new Uint8Array(buffer),
settings
);
}
}
Link to jsFiddle, CodePen, Project
No response
Found in Version
1.3-alpha
Platform
Node.js
Environment
- **OS**: MacOS 12.0.1 (21A559)
- **Browser**: N/A
- **.net Version**: N/A
Anything else?

Is there an existing issue for this?
Current Behavior
Attempting to use one of the models exported as
modelresults inCannot find namespace 'model'.ts(2503).Expected Behavior
No typescript errors.
Steps To Reproduce
Link to jsFiddle, CodePen, Project
No response
Found in Version
1.3-alpha
Platform
Node.js
Environment
Anything else?