Takaro - v0.4.9
    Preparing search index...

    Interface IBaseConfig

    interface IBaseConfig {
        app: { name: string };
        functions: { executionMode: EXECUTION_MODE };
        mode: "development" | "production" | "test";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    app: { name: string }
    functions: { executionMode: EXECUTION_MODE }
    mode: "development" | "production" | "test"