Interface SetCaseInputActionCreatorPayload

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

Properties

fieldName: string

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

fieldValue: string

The value to set in the state.