[[["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,["# CloudFunction interface\n\nThe function type for all non-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 a templated `Event` object as its only argument.\n\n**Signature:** \n\n export interface CloudFunction\u003cT\u003e extends Runnable\u003cT\u003e \n\n**Extends:** [Runnable](./firebase-functions.runnable.md#runnable_interface)\\\u003cT\\\u003e\n\nProperties\n----------\n\n| Property | Type | Description |\n|-------------------------------------------------------------------------------------|-------------------------|-------------|\n| [__endpoint](./firebase-functions.cloudfunction.md#cloudfunction__endpoint) | ManifestEndpoint | |\n| [__requiredAPIs](./firebase-functions.cloudfunction.md#cloudfunction__requiredapis) | ManifestRequiredAPI\\[\\] | |\n| [__trigger](./firebase-functions.cloudfunction.md#cloudfunction__trigger) | TriggerAnnotation | |\n\nCloudFunction.__endpoint\n------------------------\n\n**Signature:** \n\n __endpoint: ManifestEndpoint;\n\nCloudFunction.__requiredAPIs\n----------------------------\n\n**Signature:** \n\n __requiredAPIs?: ManifestRequiredAPI[];\n\nCloudFunction.__trigger\n-----------------------\n\n**Signature:** \n\n __trigger: TriggerAnnotation;"]]