We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ca1864 + 16c6a33 commit 796e12fCopy full SHA for 796e12f
src/resources/topic.ts
@@ -146,4 +146,4 @@ export const topic = make(TopicResource) as <
146
T extends Record<string, any> = Record<string, any>
147
>(
148
name: string
149
-) => TopicResource<NitricEvent<T>>;
+) => TopicResource<T>;
0 commit comments