eight
2025-04-11 25f8fa073ba83d8b51479fcba2f6421379b1cefa
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}