Cloesce - v0.1.5
    Preparing search index...

    Interface CloesceAst

    interface CloesceAst {
        main_source: string | null;
        models: Record<string, Model>;
        poos: Record<string, PlainOldObject>;
        project_name: string;
        services: Record<string, Service>;
        wrangler_env?: WranglerEnv;
    }
    Index

    Properties

    main_source: string | null
    models: Record<string, Model>
    poos: Record<string, PlainOldObject>
    project_name: string
    services: Record<string, Service>
    wrangler_env?: WranglerEnv