Skip to main content
Module

x/slack_bolt/src/types/helpers.ts

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
import * as slackBolt from "https://deno.land/x/slack_bolt@1.0.0/src/types/helpers.ts";

Type Aliases

Type function which removes the index signature for the type T

Extend this interface to build a type that is treated as an open set of properties, where each key is a string.

Type function which allows either types T or U, but not both.