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