dengzedong
2025-03-19 aa0bc5d40026bd5e627191466a3e3064f1082c0e
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}