du
2025-03-27 4b2d006963d8a146865895966c459907a127313f
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}