2022-04-29 15:25:10 +08:00

7 lines
93 B
TypeScript

export interface ReqTest {
name: string
}
export interface ResTest {
reply: string
}