This website works better with JavaScript
Home
Explore
Help
Sign In
pengjq
/
yudao-ui-admin-uniapp
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
chore: type --> interface
菲鸽
2 years ago
parent
6fce781794
commit
d9eeb3a1b8
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/service/foo.d.ts
+ 1
- 1
src/service/foo.d.ts
View File
@@ -1,4 +1,4 @@
-export
type IFooItem =
{
+export
interface IFooItem
{
id: string
name: string
}