dengzedong
2024-09-26 f7a1fe5c09bf1ad3c78d778835ad2f886ee8adaa
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}