eight
2024-08-27 2d093a888b13f7a020b5923da571733edea7affa
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}