eight
2024-12-11 39477272f327fec99379979accdaaa4ea9ca7d97
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}