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

[Home](./index.md) &gt; [@contract-case/case-boundary](./case-boundary.md) &gt; [BoundarySuccess](./case-boundary.boundarysuccess.md)

## BoundarySuccess class

This indicates that the result was successful

**Signature:**

```typescript
export declare class BoundarySuccess extends BoundaryResult
```

**Extends:** [BoundaryResult](./case-boundary.boundaryresult.md)

## Constructors

| Constructor                                                         | Modifiers | Description                                                         |
| ------------------------------------------------------------------- | --------- | ------------------------------------------------------------------- |
| [(constructor)()](./case-boundary.boundarysuccess._constructor_.md) |           | Constructs a new instance of the <code>BoundarySuccess</code> class |

## Properties

| Property                                                    | Modifiers             | Type                  | Description |
| ----------------------------------------------------------- | --------------------- | --------------------- | ----------- |
| [resultType](./case-boundary.boundarysuccess.resulttype.md) | <code>readonly</code> | typeof RESULT_SUCCESS |             |
