## isOk() function

**Signature:**

```typescript
export declare function isOk(outcome: OperationOutcome): boolean;
```

## Parameters

| Parameter | Type              | Description |
| --------- | ----------------- | ----------- |
| outcome   | OperationOutcome  |             |

**Returns:**

boolean

- [isOk() function](/content/docs/sdk/core.isok#isok-function/index.html)
- [Parameters](/content/docs/sdk/core.isok#parameters/index.html)
