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