export interface Environment { apiUrl: string; showNotifications: boolean; tinyCloudApiKey?: string; resetLink?: string; publicPath?: string; }