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