Update API routes function pass #2
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
type Params = {
|
||||
req: Request;
|
||||
};
|
||||
export default function ({ req }: Params): Promise<Response>;
|
||||
export default function ({ req }: Params): Promise<Response | undefined>;
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user