eight
2024-10-14 68496135c2ed6c85c677395e756b13b6132aa8ff
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}