Skip to content

Commit bc6ec79

Browse files
authored
Update types.d.ts
1 parent e20baf6 commit bc6ec79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slash-graphql-lambda-types/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module "@slash-graphql/lambda-types" {
1+
declare module "@slash-graphql/lambda-types" {
22
type GraphQLResponse = {
33
data?: Record<string, any>,
44
errors?: { message: string }[]

0 commit comments

Comments
 (0)