eight
2025-04-10 df2c4a7a693323a43dc74168a780a52c69e41c1b
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}