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