gohttpdUi/types/componentType/infotip.d.ts

5 lines
66 B
TypeScript

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