chore: type --> interface

This commit is contained in:
菲鸽 2024-02-01 15:44:40 +08:00
parent 6fce781794
commit d9eeb3a1b8

View File

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