Skip to content

Commit

Permalink
chore: change import syntax for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Mar 17, 2024
1 parent 0b698b3 commit 363fade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/withValidation.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { type Schema } from '@typeschema/main';
import { type NextApiRequest, type NextApiResponse } from 'next';
import type { Schema } from '@typeschema/main';
import type { NextApiRequest, NextApiResponse } from 'next';
import { typeschemaResolver } from './resolver';

type NextHandler = (err?: Error) => void;
Expand Down

0 comments on commit 363fade

Please sign in to comment.