Skip to content

Commit f8091e1

Browse files
committed
fix: missing optional param
1 parent a06723c commit f8091e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/notion-types/src/maps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export interface CollectionQueryResult {
9797
}
9898
}
9999

100-
collectionIds: ID[]
100+
collectionIds?: ID[]
101101

102102
recordMap?: ExtendedRecordMap
103103
}

0 commit comments

Comments
 (0)