gohttpdUi/types/componentType/infotip.d.ts

5 lines
66 B
TypeScript
Raw Normal View History

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