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

    Type Alias PartialTemporalLike<T>

    PartialTemporalLike: { [P in Exclude<keyof T, "calendar" | "timeZone">]?: T[P] }

    Type Parameters

    • T extends object