Skip to content

Commit b818202

Browse files
🍞
1 parent e4e18e8 commit b818202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/notion-types/src/notion-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ export interface CollectionPropertySchemaMap {
463463
export interface Collection {
464464
id: ID
465465
version: number
466-
name: string[][]
466+
name: Decoration[]
467467
schema: CollectionPropertySchemaMap
468468
icon: string
469469
parent_id: ID

0 commit comments

Comments
 (0)