eight
2024-08-08 78368f9e68249a2b95dcc81934287f39129138f3
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}