<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/functions](./functions.md) &gt; [HttpsCallableResult](./functions.httpscallableresult.md)

## HttpsCallableResult interface

An HttpsCallableResult wraps a single result from a function call.

<b>Signature:</b>

```typescript
export interface HttpsCallableResult<ResponseData = unknown> 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [data](./functions.httpscallableresult.data.md) | ResponseData | Data returned from callable function. |

