<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@contract-case/case-definition-dsl](./case-definition-dsl.md) &gt; [interactions](./case-definition-dsl.interactions.md) &gt; [base](./case-definition-dsl.interactions.base.md) &gt; [ContractCaseCoreSetup](./case-definition-dsl.interactions.base.contractcasecoresetup.md)

## interactions.base.ContractCaseCoreSetup interface

**Signature:**

```typescript
export interface ContractCaseCoreSetup
```

## Properties

<table><thead><tr><th>

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

</th></tr></thead>
<tbody><tr><td>

[read](./case-definition-dsl.interactions.base.contractcasecoresetup.read.md)

</td><td>

`readonly`

</td><td>

[ContractCaseCoreBehaviour](./case-definition-dsl.interactions.base.contractcasecorebehaviour.md)

</td><td>

Defines how the ContractCase core will behave when reading (ie, verifying) a interaction of this type.

</td></tr>
<tr><td>

[write](./case-definition-dsl.interactions.base.contractcasecoresetup.write.md)

</td><td>

`readonly`

</td><td>

[ContractCaseCoreBehaviour](./case-definition-dsl.interactions.base.contractcasecorebehaviour.md)

</td><td>

Defines how the ContractCase core will behave when writing (ie, defining) an interaction of this type.

</td></tr>
</tbody></table>
