Creating Plot Twists
    Preparing search index...

    Type Alias ExtractBuildReturn<T>

    ExtractBuildReturn: T extends { build: (...args: any[]) => infer R } ? R : {}

    Extracts the return type from an instance build method.

    Type Parameters

    • T