du
2025-05-29 2fc29e4dd200056eefd14deb6966df4136c64921
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}