interface EstimationFieldBean {
    displayName?: string;
    fieldId?: string;
}

Properties

displayName?: string
fieldId?: string