mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-uniapp
synced 2025-08-08 16:32:44 +08:00
5 lines
54 B
TypeScript
5 lines
54 B
TypeScript
export type FooItem = {
|
|
id: string
|
|
name: string
|
|
}
|