eight
2024-08-28 4dc604ec7fd0a30d5d85abbf1d70ad6b0b99841d
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}