phero
phero copied to clipboard
Support adding additional models in samen.ts
Let the user add additional models by exporting them in samen.ts
. Like this:
samen.ts:
export interface MyInterface {
n: number
}