UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

7 lines (6 loc) 148 B
export interface MonitoringConfiguration { enabled?: boolean; endpoint?: string; metrics?: boolean; uptimeCheckInterval?: number; }