typedoc-theme-fresh
    Preparing search index...

    Interface AppConfig

    Configuration options for the application.

    interface AppConfig {
        debug?: boolean;
        name: string;
        version: string;
    }

    Properties

    debug?: boolean

    Whether debug mode is enabled

    name: string

    The application name

    version: string

    The version number