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