Skip to content

Commit 3a5344a

Browse files
srtaalejzimeg
andauthored
Update packages/web-api/src/types/request/slacklists.ts
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
1 parent d7b9d29 commit 3a5344a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web-api/src/types/request/slacklists.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { TokenOverridable } from './common';
66
export interface SlackListsCreateArguments extends TokenOverridable {
77
name: string;
88
description_blocks?: Array<RichTextBlock>;
9-
schema?: Array<Record<string, Block | KnownBlock>>;
9+
schema?: Array<Record<string, unknown>>;
1010
copy_from_list_id?: string;
1111
include_copied_list_records?: boolean;
1212
todo_mode?: boolean;

0 commit comments

Comments
 (0)