Library types are not auto referenced when generating d.ts files

后端 未结 0 1739
野的像风
野的像风 2021-01-12 10:41
import { Request, Response, NextFunction } from \'express\';
interface UserPayload {
    id: string;
    email: string;
}
declare global {
    namespace Express {
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题