We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d93bf commit 9db980aCopy full SHA for 9db980a
packages/notion-types/src/core.ts
@@ -120,6 +120,7 @@ export type DiscussionFormat = ['m', string]
120
export type ExternalLinkFormat = ['‣', [string, string]]
121
export type DateFormat = ['d', FormattedDate]
122
export type LinkMentionFormat = ['lm', string]
123
+export type SuggestionEditFormat = ['si', string]
124
125
export interface FormattedDate {
126
type: 'date' | 'daterange' | 'datetime' | 'datetimerange'
@@ -147,6 +148,7 @@ export type SubDecoration =
147
148
| DiscussionFormat
149
| ExternalObjectInstanceFormat
150
| LinkMentionFormat
151
+ | SuggestionEditFormat
152
153
export type BaseDecoration = [string]
154
export type AdditionalDecoration = [string, SubDecoration[]]
0 commit comments