Interface ElementSearchHit

interface ElementSearchHit {
    _type: string;
    author?: User;
    element_name: AttributeData<string>;
    hash: string;
    "hits-by-attributes": HitsByAttributes[];
    links?: RestApiLink[];
    organization: string;
    timestamp?: string;
    updatedAt?: string;
    updatedBy?: User;
}

Hierarchy (View Summary)

Properties

_type: string
author?: User
element_name: AttributeData<string>
hash: string
"hits-by-attributes": HitsByAttributes[]
links?: RestApiLink[]
organization: string
timestamp?: string
updatedAt?: string
updatedBy?: User