UNPKG

alapa

Version:

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

12 lines (11 loc) 270 B
export interface ApplicationCongratulation { appUrl?: string; appName?: string; debugMode?: boolean; timezone?: string; locale?: string; fallbackLocale?: string; maintenanceMode?: boolean; allowCors?: boolean; description?: string; }