eight
2024-08-15 41004049209c22a9d029a992c7b84ccfc8dd36cc
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}