method Functions.prototype.getDeploymentRe-exportimport { Functions } from "https://deno.land/x/appwrite@6.0.0/mod.ts"; getDeployment(functionId: string, deploymentId: string): Promise<Models.Deployment>Get Deployment Get a code deployment by its unique ID. ParametersfunctionId: stringdeploymentId: stringReturnsPromise<Models.Deployment>