eight
2024-10-17 7edd03904ad2a95490cea206776dd8850fecf721
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}