[[["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 2022-09-13 UTC."],[],[],null,["# Runnable interface\n\nA Runnable has a `run` method which directly invokes the user-defined function - useful for unit testing.\n\n**Signature:** \n\n export interface Runnable\u003cT\u003e \n\nProperties\n----------\n\n| Property | Type | Description |\n|-----------------------------------------------------|-------------------------------------------------------|--------------------------------------------|\n| [run](./firebase-functions.runnable.md#runnablerun) | (data: T, context: any) =\\\u003e PromiseLike\\\u003cany\\\u003e \\| any | Directly invoke the user defined function. |\n\nRunnable.run\n------------\n\nDirectly invoke the user defined function.\n\n**Signature:** \n\n run: (data: T, context: any) =\u003e PromiseLike\u003cany\u003e | any;"]]