Skip to main content

Interface: AppEntity

@headstartwp/core.AppEntity

Empty interface from which all entities inherit.

Hierarchy

Properties

home

home: Object

Type declaration

NameType
id?number
slug?string

Defined in

packages/core/src/data/types/entities.ts:739


menus: Object

Index signature

[k: string]: MenuItemEntity[]

Defined in

packages/core/src/data/types/entities.ts:736


settings

settings: Object

Type declaration

NameType
posts_per_pagestring
privacy_policy_urlstring
site_descstring
site_namestring
site_rss_urlstring
site_wp_urlstring

Defined in

packages/core/src/data/types/entities.ts:743


theme.json

theme.json: Record<string, any>

Defined in

packages/core/src/data/types/entities.ts:751


yoast_head

Optional yoast_head: null | string

Inherited from

Entity.yoast_head

Defined in

packages/core/src/data/types/entities.ts:14


yoast_head_json

Optional yoast_head_json: null | Record<string, any>

Inherited from

Entity.yoast_head_json

Defined in

packages/core/src/data/types/entities.ts:13