Jay
2025-02-19 123566d92fae8861adc39149c1f6a9679a0e259e
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}