## CdsResponse interface [​](/content/docs/sdk/core.cdsresponse#cdsresponse-interface "Direct link to CdsResponse interface"/index.html)

CDS Response definition. See [CDS Service Response](https://cds-hooks.hl7.org/#cds-service-response) for full details.

**Signature:**

```typescript
export interface CdsResponse
```

## Properties [​](/content/docs/sdk/core.cdsresponse#properties "Direct link to Properties"/index.html)

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [cards](/content/docs/sdk/core.cdsresponse.cards) | `readonly` | [CdsCard](/content/docs/sdk/core.cdscard) |  |
| [systemActions?](/content/docs/sdk/core.cdsresponse.systemactions) | `readonly` | [CdsAction](/content/docs/sdk/core.cdsaction) | _(Optional)_ |

- [CdsResponse interface](/content/docs/sdk/core.cdsresponse#cdsresponse-interface/index.html)
- [Properties](/content/docs/sdk/core.cdsresponse#properties/index.html)
