BUPKIS
    Preparing search index...

    Type Alias InferPropertyTestConfigVariantModel<T>

    InferPropertyTestConfigVariantModel: T extends PropertyTestConfigVariantModel<
        infer M,
        infer R,
    >
        ? PropertyTestConfigVariantModel<M, R>
        : never

    Extracts the concrete model-based testing variant type from a union.

    Used in type guards to narrow PropertyTestConfigVariant to its model-based testing form.

    Type Parameters