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