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

Properties

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