feat(WEB-209): revalidate my pages navigation on demand
This commit is contained in:
committed by
Michael Zetterberg
parent
16634abbbf
commit
1bffbc837e
@@ -7,11 +7,8 @@ import type { List } from "./blocks/list"
|
||||
import type { PuffBlock } from "./blocks/puff"
|
||||
import type { Preamble } from "./preamble"
|
||||
import type { Text } from "./blocks/text"
|
||||
import type { AllRequestResponse } from "./utils/all"
|
||||
import type {
|
||||
AsideTypenameEnum,
|
||||
Typename,
|
||||
} from "./utils/typename"
|
||||
import type { AllRequestResponseWithTotal } from "./utils/all"
|
||||
import type { AsideTypenameEnum, Typename } from "./utils/typename"
|
||||
|
||||
export type Asides =
|
||||
| Typename<Contact, AsideTypenameEnum.CurrentBlocksPageAsideContact>
|
||||
@@ -48,5 +45,5 @@ export type BlockPage = {
|
||||
}
|
||||
|
||||
export type GetCurrentBlockPageData = {
|
||||
all_current_blocks_page: AllRequestResponse<BlockPage>
|
||||
all_current_blocks_page: AllRequestResponseWithTotal<BlockPage>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user