Jay
2024-10-12 6497f987e481697e8055fe7bd45f957d52d43ba9
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}