mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-06-22 00:01:59 +08:00
5 lines
65 B
TypeScript
5 lines
65 B
TypeScript
![]() |
export interface TipSchema {
|
||
|
label: string
|
||
|
keys?: string[]
|
||
|
}
|