du
2025-03-24 a747b537a1a972c0c36810029ed8545b4fb70785
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}