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