[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-04 UTC."],[],[],null,["# HttpsFunction interface\n\nThe function type for HTTPS triggers. This should be exported from your JavaScript file to define a Cloud Function.\n\nThis type is a special JavaScript function which takes Express [\\`Request\\`](https://expressjs.com/en/api.html#req) and [\\`Response\\`](https://expressjs.com/en/api.html#res) objects as its only arguments.\n\n**Signature:** \n\n export interface HttpsFunction \n\nProperties\n----------\n\n| Property | Type | Description |\n|-------------------------------------------------------------------------------------|-------------------------|-------------|\n| [__endpoint](./firebase-functions.httpsfunction.md#httpsfunction__endpoint) | ManifestEndpoint | |\n| [__requiredAPIs](./firebase-functions.httpsfunction.md#httpsfunction__requiredapis) | ManifestRequiredAPI\\[\\] | |\n| [__trigger](./firebase-functions.httpsfunction.md#httpsfunction__trigger) | TriggerAnnotation | |\n\nHttpsFunction.__endpoint\n------------------------\n\n**Signature:** \n\n __endpoint: ManifestEndpoint;\n\nHttpsFunction.__requiredAPIs\n----------------------------\n\n**Signature:** \n\n __requiredAPIs?: ManifestRequiredAPI[];\n\nHttpsFunction.__trigger\n-----------------------\n\n**Signature:** \n\n __trigger: TriggerAnnotation;"]]