du
2025-06-13 9e6581939efe59ce2158c5b5f5b9445304877fea
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}