eight
2024-11-18 9e023fc04103803ff420be62b4e75a89b044662c
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}