| Name | Type | Description | Notes |
|---|---|---|---|
| title | string | [default to undefined] | |
| action | string | Deprecated, use the `steps` property instead. | [optional] [default to undefined] |
| expected_result | string | Deprecated, use the `steps` property instead. | [optional] [default to undefined] |
| data | string | Deprecated, use the `steps` property instead. | [optional] [default to undefined] |
| steps | Array<SharedStepContentCreate> | [optional] [default to undefined] |
import { SharedStepUpdate } from 'qase-api-client';
const instance: SharedStepUpdate = {
title,
action,
expected_result,
data,
steps,
};