Skip to main content

Interface: Entity

@headstartwp/core.Entity

Empty interface from which all entities inherit.

Hierarchy

Indexable

[k: string]: unknown

Properties

yoast_head

Optional yoast_head: null | string

Defined in

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


yoast_head_json

Optional yoast_head_json: null | Record<string, any>

Defined in

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