eight
2024-09-13 cbc43d78e8ed7a2ef786328b0f652569714ed586
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}