augment-vir - v31.13.0
    Preparing search index...

    Type Alias PartialWithUndefined<T>

    PartialWithUndefined: { [Prop in keyof T]?: T[Prop] }

    Allow T to be partial or have undefined as the value for any of its keys.

    Type Parameters