Documentation
    Preparing search index...

    Type Alias Result<TKind, TResult>

    Result: { async: Promise<TResult>; sync: TResult }[TKind]

    Type Parameters

    • TKind extends "sync" | "async"
    • TResult