du
2025-03-31 b25a56866ca69e0a494e6ec0bb7bd7c0554ebeeb
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}