Doubter - v5.1.1-next.e4e15ab
    Preparing search index...

    Type Alias RefineShape<S, RefinedValue>

    RefineShape: Shape<Input<S>, RefinedValue> & Omit<S, keyof Shape>

    Returns the shape that refines the shape output.

    Type Parameters

    • S extends AnyShape

      The base shape.

    • RefinedValue

      The refined output value.