| Name | Type | Description | Notes |
|---|---|---|---|
| message | string | [optional] [default to undefined] | |
| data | Array<FetchDarTemplates200ResponseDataInner> | [optional] [default to undefined] |
import { FetchDarTemplates200Response } from '@hdruk/gateway-api-sdk';
const instance: FetchDarTemplates200Response = {
message,
data,
};