Interface SetCaseFieldActionCreatorPayload

interface SetCaseFieldActionCreatorPayload {
    fieldName: string;
    fieldValue: string;
}

Properties

fieldName: string

The name of the field whose value is being updated (e.g., product, category, model)

fieldValue: string

The value to set in the state.