Select the types of activity you want to include in your feed.
1// Generated by Wrangler by running `wrangler types` 2 3interface Env { 4 JETSTREAM_CONSUMER: DurableObjectNamespace<import("./src/index").JetstreamConsumer>; 5 DB: D1Database; 6 RESOLUTION_QUEUE: Queue; 7}