AutoBE
    Preparing search index...
    interface ISummary {
        analyze: null | IStepState;
        elapsed: number;
        interface: null | IStepState;
        prisma: null | IStepState;
        project: string;
        realize: null | IStepState;
        step: "analyze" | "interface" | "prisma" | "realize" | "test";
        test: null | IStepState;
        tokenUsage: IAutoBeTokenUsageJson;
        vendor: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    analyze: null | IStepState
    elapsed: number
    interface: null | IStepState
    prisma: null | IStepState
    project: string
    realize: null | IStepState
    step: "analyze" | "interface" | "prisma" | "realize" | "test"
    test: null | IStepState
    vendor: string