Shared同步脚本
This commit is contained in:
10
client/assets/scripts/Shared/protocols/PtlSend.ts
Normal file
10
client/assets/scripts/Shared/protocols/PtlSend.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
// This is a demo code file
|
||||
// Feel free to delete it
|
||||
|
||||
export interface ReqSend {
|
||||
content: string
|
||||
}
|
||||
|
||||
export interface ResSend {
|
||||
time: Date
|
||||
}
|
||||
Reference in New Issue
Block a user