From 6f5533d53761b4edd9d80f0ed7de47743b4d8d88 Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Tue, 5 Oct 2021 21:23:38 +0900 Subject: [PATCH] Fix #1141 state is missing in the block_action pyload type --- src/types/actions/block-action.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/types/actions/block-action.ts b/src/types/actions/block-action.ts index 69d4432d6..be296418e 100644 --- a/src/types/actions/block-action.ts +++ b/src/types/actions/block-action.ts @@ -1,6 +1,6 @@ import { PlainTextElement, Confirmation, Option } from '@slack/types'; import { StringIndexed } from '../helpers'; -import { ViewOutput } from '../view'; +import { ViewOutput, ViewStateValue } from '../view'; /** * All known actions from in Slack's interactive elements @@ -234,6 +234,13 @@ export interface BlockAction