Mirror: The spec-compliant minimum of client-side GraphQL.
0
fork

Configure Feed

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

at main 9 lines 159 B view raw
1declare module '*?raw' { 2 declare const data: string; 3 export default data; 4} 5 6declare module '*.json' { 7 declare const data: any; 8 export default data; 9}