liriming
2025-03-03 8bb7160c9c4fd7ce5893ee673647b13cc35410ae
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}