sinake
2026-06-22 b6d3aeac5729abd70e46cf5999163356f7f8add0
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}