mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
修复服务端ts类型检查
This commit is contained in:
Vendored
-6
@@ -8,9 +8,3 @@ declare module '*.svg' {
|
||||
const url: string;
|
||||
export default url;
|
||||
}
|
||||
|
||||
declare namespace Express {
|
||||
export interface Request {
|
||||
platform: 'desktop' | 'mobile';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user