Home > @firebase/functions > HttpsCallableResult
HttpsCallableResult interface
An HttpsCallableResult wraps a single result from a function call.
Signature:
export interface HttpsCallableResult<ResponseData = unknown>
Properties
| Property | Type | Description |
|---|---|---|
| data | ResponseData | Data returned from callable function. |