UNPKG

@rawmodel/schema

Version:
4 lines (3 loc) 158 B
import { Model } from '@rawmodel/core'; import { SchemaRecipe } from './types'; export declare function createModelClass(recipe: SchemaRecipe): typeof Model;