UNPKG

phx-node-test-1

Version:

PHX NODE

16 lines (15 loc) 378 B
import { SentryMonitorConfig } from "./sentry"; export type CreateCronjobSettings = { cronName: string; schoolCode: string; hostName: string; cronTime: string; taskService: any; monitorConfig: SentryMonitorConfig; }; export type ServiceItem = { monitorConfig: SentryMonitorConfig; taskService: any; cronName: string; cronTime: string; };