UNPKG

macoolka-type-model

Version:

`macoolka-type-model` is a library for define model in TypeScript. It easily build a type contain field and method to your Application. It provide a generation model for type and validition

4 lines (3 loc) 102 B
import { MModule } from './models/InputModule'; declare const schema: MModule; export default schema;