interface SearchResultWorkTypeParameters {
    description?: string;
    isRequired?: boolean;
    rendererType?: string;
    workTypeId?: string;
}

Properties

description?: string
isRequired?: boolean
rendererType?: string
workTypeId?: string