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