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