oa-ui/src/types/infoTip.d.ts
2024-07-21 13:54:36 +08:00

5 lines
65 B
TypeScript

export interface TipSchema {
label: string
keys?: string[]
}