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

    Type Alias DeepPartialShape<S>

    DeepPartialShape: S extends DeepPartialProtocol<infer T> ? T : S

    Returns the deep partial alternative of the shape if it implements DeepPartialProtocol, or returns shape as is if it doesn't.

    Type Parameters

    • S extends AnyShape

      The shape to convert to a deep partial alternative.