eight
2024-08-28 32af4c7211d1bf20a44ba1d96a9c7431f44ecfa8
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}