eight
2024-09-14 deea4f96f68325f4c9a8ab743342980f076c758d
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}