[READ-ONLY] Mirror of https://github.com/flo-bit/skywatched-backend. backend/jetstream consumer for skywatched.app skywatched.app
0

Configure Feed

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

skywatched-backend / src / api / types.ts
93 B 6 lines
1export type ApiCall = { 2 method: string; 3 path: string; 4 url: URL; 5 request: Request; 6};