eight
2024-12-10 b3631abf0aaddb74be6ebd0803792833bb7285e6
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}