du
2025-04-16 e17b935426094d3afd94210e7728c680b3e4aa6c
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}