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