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