## isAddPharmacyResponse() function

Type guard to validate an add pharmacy bot response.

**Signature:**

```typescript
export declare function isAddPharmacyResponse(value: unknown): value is AddPharmacyResponse;
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| value | unknown | The value to check. |

**Returns:**

value is [AddPharmacyResponse](/content/docs/sdk/core.addpharmacyresponse)

True if the value is a valid AddPharmacyResponse.
