Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 564 Bytes

File metadata and controls

22 lines (15 loc) · 564 Bytes

OptInWorkflow

Properties

Name Type Description Notes
description string [default to undefined]
imageUrls Array<string> [default to undefined]

Example

import { OptInWorkflow } from 'bandwidth-sdk';

const instance: OptInWorkflow = {
    description,
    imageUrls,
};

[Back to Model list] [Back to API list] [Back to README]