Kfg Documentation
    Preparing search index...

    Type Alias inPromise<Async, Result>

    inPromise: Async extends true ? Promise<Result> : Result

    Helper type for async/sync return values. Since we are moving to strict synchronous for now, this might just be Result. But keeping it for potential compatibility if we re-introduce async drivers later.

    Type Parameters

    • Async extends boolean
    • Result