1
0
Fork 0
blog/src/@types/Post.d.ts

9 lines
158 B
TypeScript

export interface PageContext {
tag?: string
slug: string
currentPageNumber: number
numPages: number
prevPagePath?: string
nextPagePath?: string
}