@espressif/rainmaker-base-cdf
    Preparing search index...

    Type Alias ESPCDFAutomationEditInput

    ESPCDFAutomationEditInput: Partial<
        Omit<
            ESPCDFAutomationInterface,
            "operations"
            | "_raw"
            | "adaptorIdentifier"
            | "id",
        >,
    >

    Input shape for updating an existing automation (partial update). Derived from ESPCDFAutomationInterface; omits runtime-only and identity fields; all fields optional.