BUPKIS
    Preparing search index...

    Type Alias InferPropertyTestConfigVariantProperty<T>

    InferPropertyTestConfigVariantProperty: T extends PropertyTestConfigVariantProperty<
        infer U,
    >
        ? PropertyTestConfigVariantProperty<U>
        : never

    Extracts the concrete sync property variant type from a union.

    Used in type guards to narrow PropertyTestConfigVariant to its sync property form.

    Type Parameters

    • T