export interface TipSchema {
  label: string
  keys?: string[]
}
