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