chore: 类型文件统一加前缀 I

This commit is contained in:
菲鸽
2024-02-01 15:35:41 +08:00
parent ff2eee6613
commit 1b7ae81550
3 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
export type FooItem = {
export type IFooItem = {
id: string
name: string
}