mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-09 17:02:43 +08:00
5 lines
65 B
TypeScript
5 lines
65 B
TypeScript
export interface TipSchema {
|
|
label: string
|
|
keys?: string[]
|
|
}
|