Skip to content

Commit 9db980a

Browse files
committed
types: add SuggestedEditFormat type
1 parent 88d93bf commit 9db980a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/notion-types/src/core.ts

+2
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export type DiscussionFormat = ['m', string]
120120
export type ExternalLinkFormat = ['‣', [string, string]]
121121
export type DateFormat = ['d', FormattedDate]
122122
export type LinkMentionFormat = ['lm', string]
123+
export type SuggestionEditFormat = ['si', string]
123124

124125
export interface FormattedDate {
125126
type: 'date' | 'daterange' | 'datetime' | 'datetimerange'
@@ -147,6 +148,7 @@ export type SubDecoration =
147148
| DiscussionFormat
148149
| ExternalObjectInstanceFormat
149150
| LinkMentionFormat
151+
| SuggestionEditFormat
150152

151153
export type BaseDecoration = [string]
152154
export type AdditionalDecoration = [string, SubDecoration[]]

0 commit comments

Comments
 (0)