Jay
2025-02-14 6a10ba124109f8a64471fbfe862dd0ab3aff3009
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}