interface SearchResultFieldParameters {
    description?: string;
    isRequired?: boolean;
}

Properties

description?: string
isRequired?: boolean