@seamapi/types - v1.461.0
    Preparing search index...

    Variable thermostat_daily_programConst

    thermostat_daily_program: ZodObject<
        {
            created_at: ZodString;
            device_id: ZodString;
            name: ZodNullable<ZodString>;
            periods: ZodArray<
                ZodObject<
                    { climate_preset_key: ZodString; starts_at_time: ZodString },
                    "strip",
                    ZodTypeAny,
                    { climate_preset_key: string; starts_at_time: string },
                    { climate_preset_key: string; starts_at_time: string },
                >,
                "many",
            >;
            thermostat_daily_program_id: ZodString;
            workspace_id: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            created_at: string;
            device_id: string;
            name: null
            | string;
            periods: { climate_preset_key: string; starts_at_time: string }[];
            thermostat_daily_program_id: string;
            workspace_id: string;
        },
        {
            created_at: string;
            device_id: string;
            name: null
            | string;
            periods: { climate_preset_key: string; starts_at_time: string }[];
            thermostat_daily_program_id: string;
            workspace_id: string;
        },
    > = ...