Skip to content

Commit

Permalink
Update packages/types/src/views.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Jiang <[email protected]>
  • Loading branch information
filmaj and srajiang authored Sep 1, 2023
1 parent 75e23a6 commit 8e33739
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/src/views.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Block, KnownBlock } from './block-kit/blocks';
import { PlainTextElement } from './block-kit/composition-objects';

// Reference: https://api.slack.com/surfaces/app-home#composing
export interface HomeView {
type: 'home';
blocks: (KnownBlock | Block)[];
Expand Down

0 comments on commit 8e33739

Please sign in to comment.