export interface ApplicationCongratulation {
    appUrl?: string;
    appName?: string;
    debugMode?: boolean;
    timezone?: string;
    locale?: string;
    fallbackLocale?: string;
    maintenanceMode?: boolean;
    allowCors?: boolean;
    description?: string;
}
