voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
21 lines (12 loc) • 610 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/functions](./functions.md) > [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. |