eight
2024-10-25 100191d75207356c0dac976617572c536334ad7d
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}