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

Properties

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