SongGuess
    Preparing search index...
    MethodOrProperty: V extends (...args: infer P) => infer R
        ? (...args: UnstubifyAll<P>) => Result<Awaited<R>>
        : Result<Awaited<V>>

    Type Parameters

    • V