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.
1 parent e20baf6 commit bc6ec79Copy full SHA for bc6ec79
slash-graphql-lambda-types/types.d.ts
@@ -1,4 +1,4 @@
1
-module "@slash-graphql/lambda-types" {
+declare module "@slash-graphql/lambda-types" {
2
type GraphQLResponse = {
3
data?: Record<string, any>,
4
errors?: { message: string }[]
0 commit comments