eight
2024-09-20 ef48f9bce2b2cb0df3c3abb36aab0089ba7df331
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}