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