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

    Type Alias PartialWithNullable<T>

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

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

    Type Parameters