Interface: TipTapDocumentOutput
Defined in: packages/sdk/src/types/generated/site.ts:262
TipTap native document structure.
Matches the TypeScript interface: { type: 'doc'; content?: Array<{ type: string; attrs?: Record<string, any>; content?: any[]; marks?: Array<{ type: string; attrs?: Record<string, any> }>; text?: string; }>; }
Indexable
[key: string]: unknown
Properties
content?
optionalcontent:TipTapNodeOutput[] |null
Defined in: packages/sdk/src/types/generated/site.ts:264
translations?
optionaltranslations:TipTapDocumentOutputTranslations
Defined in: packages/sdk/src/types/generated/site.ts:265
type?
optionaltype:"doc"
Defined in: packages/sdk/src/types/generated/site.ts:263