1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}