export link type interface
This commit is contained in:
parent
ff36addc56
commit
7dfd12e60d
@ -1,7 +1,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { useRouter } from 'next/router'
|
import { useRouter } from 'next/router'
|
||||||
|
|
||||||
interface LinkType {
|
export interface LinkType {
|
||||||
slug: string
|
slug: string
|
||||||
title: string
|
title: string
|
||||||
shortSummary: string
|
shortSummary: string
|
||||||
|
Loading…
Reference in New Issue
Block a user