feat(WEB-209): revalidate my pages navigation on demand
This commit is contained in:
committed by
Michael Zetterberg
parent
16634abbbf
commit
1bffbc837e
@@ -1,6 +1,6 @@
|
||||
import type { Image } from "../image"
|
||||
import type { Edges } from "./utils/edges"
|
||||
import type { RTEDocument } from "../rte/node"
|
||||
import type { EdgesWithTotalCount } from "./utils/edges"
|
||||
|
||||
export enum PuffStyleEnum {
|
||||
button = "button",
|
||||
@@ -8,7 +8,7 @@ export enum PuffStyleEnum {
|
||||
}
|
||||
|
||||
export type Puff = {
|
||||
imageConnection: Edges<Image>
|
||||
imageConnection: EdgesWithTotalCount<Image>
|
||||
link: {
|
||||
href: string
|
||||
title?: string
|
||||
|
||||
Reference in New Issue
Block a user