eight
2024-10-25 823418b4d8706a228dc635e87c258de3bf5828bc
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}