export type AppContext = 'development' | 'production' | 'showpadize' | 'external';
