Edit gitignore file
This commit is contained in:
4
frontend/style/node_modules/next/dist/server/api-utils/index.d.ts
generated
vendored
4
frontend/style/node_modules/next/dist/server/api-utils/index.d.ts
generated
vendored
@@ -1,7 +1,7 @@
|
||||
/// <reference types="node" />
|
||||
import type { IncomingMessage } from 'http';
|
||||
import type { BaseNextRequest } from 'next/dist/server/base-http';
|
||||
import type { NextApiResponse } from 'next/dist/shared/lib/utils';
|
||||
import type { BaseNextRequest } from '../base-http';
|
||||
import type { NextApiResponse } from '../../shared/lib/utils';
|
||||
export type NextApiRequestCookies = Partial<{
|
||||
[key: string]: string;
|
||||
}>;
|
||||
|
||||
Reference in New Issue
Block a user