FlowBL/src/types/infoTip.d.ts

5 lines
65 B
TypeScript
Raw Normal View History

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