Skip to content

Commit

Permalink
fix: export MqlResponse type
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Nov 6, 2023
1 parent 430e6c8 commit 831b669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightweight/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export type MqlPayload = {
headers: { [key: string]: string };
}

type MqlResponse = MqlPayload & {
export type MqlResponse = MqlPayload & {
response: {
url: string;
statusCode: number;
Expand Down

1 comment on commit 831b669

@vercel
Copy link

@vercel vercel bot commented on 831b669 Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mql – ./

mql-microlink.vercel.app
mql.microlink.io
mql-git-master-microlink.vercel.app

Please sign in to comment.