Type Alias ScheduleResponseObject

type ScheduleResponseObject = {
    id?: string;
    interval?: number;
    lastStartedAt?: string;
    startAt?: string;
    stopAt?: string;
    timezone?: string;
}
Index

Properties

id?: string
interval?: number

time in seconds.

lastStartedAt?: string
startAt?: string
stopAt?: string
timezone?: string