UNPKG

@udraft/core

Version:

uDraft is a language and stack agnostic code-generation tool that simplifies full-stack development by converting a single YAML file into code for rapid development.

5 lines (4 loc) 203 B
import { UDraftError } from "./udraft-error"; export declare class MissingAttributeError extends UDraftError { constructor(root: string, rootType: "field" | "model" | "module", attribute: string); }