export * from './scheduler.service'; import { SchedulerService } from './scheduler.service'; export * from './timestamp.service'; import { TimestampService } from './timestamp.service'; export const APIS = [SchedulerService, TimestampService];