@servicenow/sdk - v4.9.0
    Preparing search index...
    Scheduled: PlaybookTriggerType<
        {
            condition: Typed<
                string,
                {
                    columnType: "string";
                    label: "Condition";
                    sysId: "b927b074ff5022108f25ffffffffff5c";
                },
            >;
            dayOfMonth: Typed<
                number,
                {
                    columnType: "number";
                    label: "Fixed Day";
                    sysId: "908efa22ff7f12108f25ffffffffff5c";
                },
            >;
            daySelection: Typed<
                "fixed_day"
                | "relative_weekday",
                {
                    choices: {
                        fixed_day: { label: "Fixed day" };
                        relative_weekday: { label: "Relative weekday" };
                    };
                    columnType: "string";
                    label: "On";
                    sysId: "963e7622ff7f12108f25ffffffffff2b";
                },
            >;
            daysOfTheWeek: Typed<
                string,
                {
                    columnType: "string";
                    label: "Days of the Week";
                    sysId: "e21ff662ff7f12108f25ffffffffffc0";
                },
            >;
            end: Typed<
                "end_date"
                | "no_end_date",
                {
                    choices: {
                        end_date: { label: "On this day" };
                        no_end_date: { label: "No end date" };
                    };
                    columnType: "string";
                    label: "End";
                    sysId: "2bbe3262ff7f12108f25ffffffffffa8";
                },
            >;
            endDateTime: Typed<
                `${number}-${number}-${number} ${number}:${number}:${number}`,
                {
                    columnType: "string";
                    label: "Date and Time";
                    sysId: "445d72eeff3f12108f25ffffffffff41";
                },
            >;
            frequency: Typed<
                number,
                {
                    columnType: "number";
                    label: "Every";
                    sysId: "6d4cfa6eff3f12108f25ffffffffff0e";
                },
            >;
            limit: Typed<
                number,
                {
                    columnType: "number";
                    label: "Limit";
                    sysId: "3b09b4f4ff5022108f25ffffffffff88";
                },
            >;
            recurrence: Typed<
                "once"
                | "weekly"
                | "monthly"
                | "yearly"
                | "daily"
                | "periodically",
                {
                    choices: {
                        daily: { label: "Daily" };
                        monthly: { label: "Monthly" };
                        once: { label: "Does not repeat" };
                        periodically: { label: "Custom" };
                        weekly: { label: "Weekly" };
                        yearly: { label: "Yearly" };
                    };
                    columnType: "string";
                    label: "Repeat";
                    sysId: "65474fa6ff7f12108f25ffffffffff35";
                },
            >;
            relativeWeek: Typed<
                1
                | 2
                | 3
                | 4,
                {
                    choices: {
                        "1": { label: "First" };
                        "2": { label: "Second" };
                        "3": { label: "Third" };
                        "4": { label: "Fourth" };
                    };
                    columnType: "number";
                    label: "Relative Week";
                    sysId: "298fb2a2ff7f12108f25ffffffffff54";
                },
            >;
            relativeWeekday: Typed<
                DayOfWeekValue,
                {
                    columnType: "number";
                    label: "Weekday";
                    sysId: "88fdbeeeff3f12108f25ffffffffff08";
                },
            >;
            repeat: Typed<
                string
                | Duration,
                {
                    columnType: "string";
                    label: "Every";
                    sysId: "a64f3e62ff7f12108f25ffffffffffb2";
                },
            >;
            repeatMonth: Typed<
                number,
                {
                    columnType: "number";
                    label: "Every";
                    sysId: "70adf6eeff3f12108f25ffffffffffa0";
                },
            >;
            startDateAndTime: Typed<
                `${number}-${number}-${number} ${number}:${number}:${number}`,
                {
                    columnType: "string";
                    label: "Start Date and Time";
                    sysId: "ddd78be6ff7f12108f25ffffffffffb5";
                },
            >;
            table: Typed<
                keyof Tables,
                {
                    columnType: "string";
                    label: "Table";
                    sysId: "12d6b834ff5022108f25ffffffffff70";
                },
            >;
            timeZone: Typed<
                string,
                {
                    columnType: "string";
                    label: "Time Zone";
                    sysId: "0587c3e6ff7f12108f25ffffffffff06";
                },
            >;
        },
        never,
    > = ...