In MirageJS I am trying to create a factory for a simple array model. Current code Here is my code: let server = new Server({ models: { usertab: Mod
The problem: I am required to use Vue and MirageJS in a TypeScript web app, and in that web app, I get TS compile errors. The code: import { Server, Model } fro