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