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