eight
2024-11-12 31c54797e015f8898639a77f661b9e37c58d3e11
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}