eight
2024-11-25 b921b343fd70d32e766dc9206bee9b977ff046e3
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}