Skip to main content
Module

x/deno_slack_hooks/check_update.ts>createUpdateResp

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

createUpdateResp creates and returns an CheckUpdateResponse object that contains information about a collection of release dependencies in the shape of an object that the CLI expects to consume

Parameters

versionMap: VersionMap
inaccessibleFiles: InaccessibleFile[]

Returns

CheckUpdateResponse