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