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