shenrongliang
2025-05-26 e47692e7a147f98c298429a2eaa6a4085d6f795d
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}