phero-hq/phero

Support adding additional models in samen.ts

Opened this issue · 0 comments

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

samen.ts:

export interface MyInterface {
  n: number
}