Kfg Documentation
    Preparing search index...

    Interface KfgDriverOptions<Config, Async>

    interface KfgDriverOptions<
        Config extends Record<string, any>,
        Async extends boolean,
    > {
        async?: Async;
        config?: Config;
        forceExit?: boolean;
        name: string;
    }

    Type Parameters

    • Config extends Record<string, any>
    • Async extends boolean
    Index

    Properties

    async?: Async
    config?: Config
    forceExit?: boolean
    name: string