From e4f1728410c93589ad537ebcdb5245aaa13ea8ac Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Tue, 24 Mar 2020 17:42:22 +0900 Subject: [PATCH] Fix #436 View type missing optional id from response --- src/types/actions/block-action.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/types/actions/block-action.ts b/src/types/actions/block-action.ts index a88aea900..3951fdb66 100644 --- a/src/types/actions/block-action.ts +++ b/src/types/actions/block-action.ts @@ -1,5 +1,6 @@ -import { PlainTextElement, Confirmation, Option, View } from '@slack/types'; +import { PlainTextElement, Confirmation, Option } from '@slack/types'; import { StringIndexed } from '../helpers'; +import { ViewOutput } from '../view'; /** * All known actions from in Slack's interactive elements @@ -225,7 +226,7 @@ export interface BlockAction