Interface SyncSchedulesReport

    Result of syncSchedules: the names that were upserted (count) and any schedules that were deleted because they weren't in the declared list.

    interface SyncSchedulesReport {
        deleted: string[];
        upserted: number;
    }
    Index

    Properties

    Properties

    deleted: string[]
    upserted: number