BUPKIS
    Preparing search index...

    Type Alias InferPropertyTestConfigVariantAsyncProperty<T>

    InferPropertyTestConfigVariantAsyncProperty: T extends PropertyTestConfigVariantAsyncProperty<
        infer U,
    >
        ? PropertyTestConfigVariantAsyncProperty<U>
        : never

    Extracts the concrete async property variant type from a union.

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

    Type Parameters

    • T