eight
2024-11-18 adecd142412454acbd8f729c7230e9a90b3dcddc
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}