Home > @vsf-enterprise/commercetools-types > SetSearchKeywords
# SetSearchKeywords type
Signature:
export declare type SetSearchKeywords = {
searchKeywords: Array<SearchKeywordInput>;
staged?: InputMaybe<Scalars['Boolean']>;
};
References: SearchKeywordInput, InputMaybe, Scalars