XYO Platform SDK - v3.10.6
    Preparing search index...

    Type Alias SentinelIntervalAutomationPayload

    SentinelIntervalAutomationPayload: SentinelBaseAutomationPayload<
        {
            end?: number;
            frequency?: number;
            frequencyUnits?: "second"
            | "minute"
            | "hour"
            | "day"
            | "millis";
            remaining?: number;
            schema: SentinelIntervalAutomationSchema;
            start: number;
            type: "interval";
        },
    >

    Settings for an Interval Automation