types.ts 96 B

123456
  1. export type Link = {
  2. text: string
  3. link: string
  4. promotion?: string
  5. activeMatch: string
  6. }