core.isaddpharmacyresponse | Medplum

isAddPharmacyResponse() function

Type guard to validate an add pharmacy bot response.

Signature:

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

Parameters

Parameter Type Description
value unknown The value to check.

Returns:

value is AddPharmacyResponse

True if the value is a valid AddPharmacyResponse.