mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
declare namespace Express {
|
|
interface Request {
|
|
platform: 'desktop' | 'mobile';
|
|
}
|
|
}
|