eight
2024-09-13 9573fd24f7b6df2149f022037056cdce084cd1d9
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}