eight
2024-12-03 a9a16f92a3175bef8a84b868ce747ad76832999e
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}