<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/functions](./functions.md) &gt; [HttpsCallable](./functions.httpscallable.md)

## HttpsCallable interface

An HttpsCallable is a reference to a "callable" http trigger in Google Cloud Functions.

<b>Signature:</b>

```typescript
export interface HttpsCallable<RequestData = unknown, ResponseData = unknown> 
```
