MELCloud & MELCloud Home API for Node.js - v48.2.0
    Preparing search index...

    Type Alias UndefinedTolerant<T>

    UndefinedTolerant: { [K in keyof T]?: T[K] }

    Optional form of T whose properties may also be explicitly undefined — the input-side counterpart of Partial<T> under exactOptionalPropertyTypes (whose mapped ? does not admit a present-undefined key). For inputs whose runtime treats a present-undefined key exactly like an absent one.

    Type Parameters

    • T

      Exact shape being widened into a tolerant input.