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