fix: correct Shortcuts
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { AllRequestResponse } from "../utils/all"
|
||||
import type { Typename } from "../utils/typename"
|
||||
import type { Edges } from "../utils/edges"
|
||||
import { PageLink } from "../utils/pageLink"
|
||||
|
||||
import { RTEDocument } from "@/types/rte/node"
|
||||
import type { Edges } from "../utils/edges"
|
||||
import type { Typename } from "../utils/typename"
|
||||
|
||||
export enum DynamicContentComponents {
|
||||
membership_overview = "membership_overview",
|
||||
@@ -20,8 +21,9 @@ export enum ContentEntries {
|
||||
}
|
||||
|
||||
type Shortcut = {
|
||||
text: string
|
||||
linkConnection: Edges<PageLink>
|
||||
open_in_new_tab: boolean
|
||||
text: string
|
||||
}
|
||||
|
||||
type DynamicContent = {
|
||||
|
||||
Reference in New Issue
Block a user