Fork of atp.tools as a universal profile for people on the ATmosphere
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

at ffcb397f63039757ce328ddd60f86e6c340622d7 12 lines 336 B view raw
1/// <reference types="@atcute/bluesky/lexicons" /> 2interface ImportMetaEnv { 3 readonly VITE_DEV_SERVER_PORT?: string; 4 readonly VITE_CLIENT_URI: string; 5 readonly VITE_OAUTH_CLIENT_ID: string; 6 readonly VITE_OAUTH_REDIRECT_URI: string; 7 readonly VITE_OAUTH_SCOPE: string; 8} 9 10interface ImportMeta { 11 readonly env: ImportMetaEnv; 12}