feat(request): get & post 请求
This commit is contained in:
4
src/service/foo.d.ts
vendored
Normal file
4
src/service/foo.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export type FooItem = {
|
||||
id: string
|
||||
name: string
|
||||
}
|
||||
Reference in New Issue
Block a user