houzhongjian
2024-11-18 cad872748998544099f55750b4ec20a1604c9953
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}