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