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