5 lines
54 B
TypeScript
Raw Normal View History

2024-02-01 15:21:36 +08:00
export type FooItem = {
id: string
name: string
}