Interface: SearchEntity
Defined in: packages/core/src/data/types/entities.ts:631
Interface for entities from the /wp/v2/search endpoint.
Extends
Indexable
[k: string]: unknown
Properties
searchedValue
searchedValue:
string
Defined in: packages/core/src/data/types/entities.ts:632
subtype
subtype:
string|string[]
Defined in: packages/core/src/data/types/entities.ts:642
Subtype of Search for the object.
type
type:
string
Defined in: packages/core/src/data/types/entities.ts:637
Type of Search for the object.
yoast_head?
optionalyoast_head:null|string
Defined in: packages/core/src/data/types/entities.ts:17
Inherited from
yoast_head_json?
optionalyoast_head_json:null|YoastJSON
Defined in: packages/core/src/data/types/entities.ts:16