phero icon indicating copy to clipboard operation
phero copied to clipboard

Support adding additional models in samen.ts

Open kamilafsar opened this issue 2 years ago • 0 comments

Let the user add additional models by exporting them in samen.ts. Like this:

samen.ts:


export interface MyInterface {
  n: number
}

kamilafsar avatar Sep 30 '22 11:09 kamilafsar