UNPKG

@openinc/parse-server-opendash

Version:
4 lines (3 loc) 212 B
import { Maintenance_Schedule } from "../../../../../types"; import { GraphEvent } from "../types/Event"; export declare function scheduleToEvent(schedule: Maintenance_Schedule): Promise<GraphEvent | undefined>;