roslib
    Preparing search index...

    Type Alias PartialNullable<T>

    PartialNullable: { [P in keyof T]?: Nullable<T[P]> }

    Represents an object type where all properties are optional, and included properties can be null or undefined.

    Type Parameters

    • T