Select the types of activity you want to include in your feed.
1interface ImportMeta { 2 url: string; 3 filename: boolean; 4 dirname: string; 5 main: boolean; 6 resolve(specifier: string): string; 7 8 readonly env: { [key: string]: string }; 9}