eight
2024-09-14 85adf58c4a495102a6d6e56499d462ac19511615
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}