eight
2024-10-23 2020308acf683dbcc4e754bdaf937143ff44cc53
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}