eight
2024-08-27 88d284ea4a0c9b5fe50020b4112229e13d15dbcb
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}