feat(WEB-209): revalidate my pages navigation on demand
This commit is contained in:
committed by
Michael Zetterberg
parent
16634abbbf
commit
1bffbc837e
@@ -1,5 +1,5 @@
|
||||
import type { Edges } from "../utils/edges"
|
||||
import type { Lang } from "@/constants/languages"
|
||||
import type { EdgesWithTotalCount } from "../utils/edges"
|
||||
import type { Typename } from "../utils/typename"
|
||||
|
||||
export enum Section {
|
||||
@@ -75,6 +75,6 @@ export type ContactNode = {
|
||||
|
||||
export type Contact = {
|
||||
contact: {
|
||||
contactConnection: Edges<ContactNode>
|
||||
contactConnection: EdgesWithTotalCount<ContactNode>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user