mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 14:26:07 +08:00
10 lines
118 B
TypeScript
10 lines
118 B
TypeScript
import 'express';
|
|
|
|
declare global {
|
|
namespace Express {
|
|
interface Request {
|
|
platform: string;
|
|
}
|
|
}
|
|
}
|