Flex
2025-06-09 e18e3b164bacd66ada1572b14299a3400f14bc1b
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}