Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Oct 24, 2022
1 parent 89a9de5 commit db6dd84
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/next/types/global.d.ts
Expand Up @@ -18,10 +18,6 @@ declare namespace NodeJS {
}
}

interface NextFetchRequestConfig {
revalidate?: number
}

declare module '*.module.css' {
const classes: { readonly [key: string]: string }
export default classes
Expand Down

0 comments on commit db6dd84

Please sign in to comment.