UNPKG

single-source-of-truth

Version:
4 lines 238 B
import type { Standard } from "../../../standard"; import type { TruthModel } from '../schemas/model.js'; export declare function parseModelSchema(name: string, schema: TruthModel<any>): Standard.Model; //# sourceMappingURL=model.d.ts.map