@suluk/builder - v0.1.11
    Preparing search index...

    Interface BuiltApp

    interface BuiltApp {
        entities: Entity[];
        registry: Registry;
        backend: { routes: RouteContract[]; document: OpenAPIv4Document };
        frontend: {
            components: { name: string; tsx: string }[];
            pages: { name: string; tsx: string }[];
        };
        errors: DslError[];
    }
    Index

    Properties

    entities: Entity[]
    registry: Registry
    backend: { routes: RouteContract[]; document: OpenAPIv4Document }
    frontend: {
        components: { name: string; tsx: string }[];
        pages: { name: string; tsx: string }[];
    }
    errors: DslError[]

    DSL contract violations (empty ⇒ the composition is sound).