UNPKG

@yext/search-headless

Version:

A library for powering UI components for Yext Search integrations

13 lines (12 loc) 283 B
import { QueryRulesActionsData } from '@yext/search-core'; /** * Maintains the data from the triggered query rules. * * @public */ export interface QueryRulesState { /** * Any actions triggered by meeting criteria for query rules. */ actions: QueryRulesActionsData[] }