Skip to content

TSearchPhaseEventBody object

TSearchPhaseEventBody is an object which represents the details of an updated search phrase and consists of the following fields:

type TSearchPhaseEventBody = {
    searchPhrase: string;
    moduleInstanceId: string;
};