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

    Type Alias PartialWithNull<T>

    PartialWithNull: { [Prop in keyof T]?: T[Prop] | null }

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

    Type Parameters