Home > @firebase/functions > HttpsCallableOptions
HttpsCallableOptions interface
HttpsCallableOptions specify metadata about how calls should be executed.
Signature:
export interface HttpsCallableOptions 
Properties
| Property | Type | Description | 
|---|---|---|
| timeout? | number | (Optional) Time in milliseconds after which to cancel if there is no response. Default is 70000. |