Module

x/deno_slack_hooks/install_update.ts>createUpdateResp

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Latest
function createUpdateResp
import { createUpdateResp } from "https://dotland.deno.dev/x/deno_slack_hooks@1.3.0/install_update.ts";

createUpdateResp creates an object that contains each update, featuring information about the current and latest version, as well as if any errors occurred while attempting to update each.

Parameters

releases: Release[]

Returns

Promise<InstallUpdateResponse>