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