@yext/search-headless
Version:
A library for powering UI components for Yext Search integrations
13 lines • 332 B
TypeScript
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[];
}
//# sourceMappingURL=queryrules.d.ts.map