mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-10 01:12:44 +08:00
5 lines
65 B
TypeScript
5 lines
65 B
TypeScript
![]() |
export interface TipSchema {
|
||
|
label: string
|
||
|
keys?: string[]
|
||
|
}
|