LocalizedContent

@venuecms/sdk-next


Type Alias: LocalizedContent

type LocalizedContent = object;

Defined in: sdk/dist/index.d.mts:36

Type declaration

Name
Type
Defined in

content?

string | null

contentJSON?

{} | null

excerpt?

string | null

extraContent?

string | null

keywords?

string | null

metaDescription?

string | null

metaTitle?

string | null

shortContent?

string | null

title?

string | null

Last updated