<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/functions](./functions.md) &gt; [HttpsCallableOptions](./functions.httpscallableoptions.md)

## HttpsCallableOptions interface

HttpsCallableOptions specify metadata about how calls should be executed.

<b>Signature:</b>

```typescript
export interface HttpsCallableOptions 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [timeout?](./functions.httpscallableoptions.timeout.md) | number | <i>(Optional)</i> Time in milliseconds after which to cancel if there is no response. Default is 70000. |

