eight
2024-09-20 97fe4cae358c8ce65bf71405795dd0f6a841322f
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}