From fd010b0aacb0cb97b7cdf06e54be7b672c150d1e Mon Sep 17 00:00:00 2001 From: Junseo Park Date: Mon, 15 Feb 2021 22:58:01 +0900 Subject: [PATCH] chore: added type overwrites --- types/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types/index.ts b/types/index.ts index dc018a2..538f411 100644 --- a/types/index.ts +++ b/types/index.ts @@ -1,6 +1,5 @@ import { IncomingMessage } from 'http' import { NextPageContext } from 'next' -import { ParsedUrlQuery } from 'querystring' export interface Bot { id: string