eight
2024-11-06 6126e462d647e7739779c43fe4ce0028a7e705d6
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}