Protocols/BaseConnection.ts

6 lines
145 B
TypeScript
Raw Permalink Normal View History

2023-09-11 04:14:29 +00:00
// declare module 'tsrpc' {
// export interface BaseConnection {
// // 自定义的新字段
// userId: string;
// }
// }