Type alias SearchSnippet

SearchSnippet: {
    text?: string | null;
    wholeFields: NameValuePair[];
}

Type declaration