| Name | Type | Description | Notes |
|---|---|---|---|
| description | string | [default to undefined] | |
| imageUrls | Array<string> | [default to undefined] | |
| confirmationResponse | string | [optional] [default to undefined] |
import { OptInWorkflow } from 'bandwidth-sdk';
const instance: OptInWorkflow = {
description,
imageUrls,
confirmationResponse,
};