@texonom/ncompat 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,7 @@ export declare class NotionCompatAPI {
33
33
  strikethrough: boolean;
34
34
  underline: boolean;
35
35
  code: boolean;
36
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
36
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
37
37
  };
38
38
  plain_text: string;
39
39
  href: string;
@@ -41,7 +41,10 @@ export declare class NotionCompatAPI {
41
41
  type: "mention";
42
42
  mention: {
43
43
  type: "user";
44
- user: ({
44
+ user: {
45
+ id: string;
46
+ object: "user";
47
+ } | ({
45
48
  type: "person";
46
49
  person: {
47
50
  email?: string;
@@ -79,10 +82,7 @@ export declare class NotionCompatAPI {
79
82
  avatar_url: string;
80
83
  id: string;
81
84
  object: "user";
82
- }) | {
83
- id: string;
84
- object: "user";
85
- };
85
+ });
86
86
  } | {
87
87
  type: "date";
88
88
  date: {
@@ -121,7 +121,7 @@ export declare class NotionCompatAPI {
121
121
  strikethrough: boolean;
122
122
  underline: boolean;
123
123
  code: boolean;
124
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
124
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
125
125
  };
126
126
  plain_text: string;
127
127
  href: string;
@@ -136,12 +136,12 @@ export declare class NotionCompatAPI {
136
136
  strikethrough: boolean;
137
137
  underline: boolean;
138
138
  code: boolean;
139
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
139
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
140
140
  };
141
141
  plain_text: string;
142
142
  href: string;
143
143
  })[];
144
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
144
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
145
145
  };
146
146
  object: "block";
147
147
  id: string;
@@ -174,7 +174,7 @@ export declare class NotionCompatAPI {
174
174
  strikethrough: boolean;
175
175
  underline: boolean;
176
176
  code: boolean;
177
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
177
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
178
178
  };
179
179
  plain_text: string;
180
180
  href: string;
@@ -182,7 +182,10 @@ export declare class NotionCompatAPI {
182
182
  type: "mention";
183
183
  mention: {
184
184
  type: "user";
185
- user: ({
185
+ user: {
186
+ id: string;
187
+ object: "user";
188
+ } | ({
186
189
  type: "person";
187
190
  person: {
188
191
  email?: string;
@@ -220,10 +223,7 @@ export declare class NotionCompatAPI {
220
223
  avatar_url: string;
221
224
  id: string;
222
225
  object: "user";
223
- }) | {
224
- id: string;
225
- object: "user";
226
- };
226
+ });
227
227
  } | {
228
228
  type: "date";
229
229
  date: {
@@ -262,7 +262,7 @@ export declare class NotionCompatAPI {
262
262
  strikethrough: boolean;
263
263
  underline: boolean;
264
264
  code: boolean;
265
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
265
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
266
266
  };
267
267
  plain_text: string;
268
268
  href: string;
@@ -277,12 +277,12 @@ export declare class NotionCompatAPI {
277
277
  strikethrough: boolean;
278
278
  underline: boolean;
279
279
  code: boolean;
280
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
280
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
281
281
  };
282
282
  plain_text: string;
283
283
  href: string;
284
284
  })[];
285
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
285
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
286
286
  };
287
287
  object: "block";
288
288
  id: string;
@@ -315,7 +315,7 @@ export declare class NotionCompatAPI {
315
315
  strikethrough: boolean;
316
316
  underline: boolean;
317
317
  code: boolean;
318
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
318
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
319
319
  };
320
320
  plain_text: string;
321
321
  href: string;
@@ -323,7 +323,10 @@ export declare class NotionCompatAPI {
323
323
  type: "mention";
324
324
  mention: {
325
325
  type: "user";
326
- user: ({
326
+ user: {
327
+ id: string;
328
+ object: "user";
329
+ } | ({
327
330
  type: "person";
328
331
  person: {
329
332
  email?: string;
@@ -361,10 +364,7 @@ export declare class NotionCompatAPI {
361
364
  avatar_url: string;
362
365
  id: string;
363
366
  object: "user";
364
- }) | {
365
- id: string;
366
- object: "user";
367
- };
367
+ });
368
368
  } | {
369
369
  type: "date";
370
370
  date: {
@@ -403,7 +403,7 @@ export declare class NotionCompatAPI {
403
403
  strikethrough: boolean;
404
404
  underline: boolean;
405
405
  code: boolean;
406
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
406
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
407
407
  };
408
408
  plain_text: string;
409
409
  href: string;
@@ -418,12 +418,12 @@ export declare class NotionCompatAPI {
418
418
  strikethrough: boolean;
419
419
  underline: boolean;
420
420
  code: boolean;
421
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
421
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
422
422
  };
423
423
  plain_text: string;
424
424
  href: string;
425
425
  })[];
426
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
426
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
427
427
  };
428
428
  object: "block";
429
429
  id: string;
@@ -456,7 +456,7 @@ export declare class NotionCompatAPI {
456
456
  strikethrough: boolean;
457
457
  underline: boolean;
458
458
  code: boolean;
459
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
459
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
460
460
  };
461
461
  plain_text: string;
462
462
  href: string;
@@ -464,7 +464,10 @@ export declare class NotionCompatAPI {
464
464
  type: "mention";
465
465
  mention: {
466
466
  type: "user";
467
- user: ({
467
+ user: {
468
+ id: string;
469
+ object: "user";
470
+ } | ({
468
471
  type: "person";
469
472
  person: {
470
473
  email?: string;
@@ -502,10 +505,7 @@ export declare class NotionCompatAPI {
502
505
  avatar_url: string;
503
506
  id: string;
504
507
  object: "user";
505
- }) | {
506
- id: string;
507
- object: "user";
508
- };
508
+ });
509
509
  } | {
510
510
  type: "date";
511
511
  date: {
@@ -544,7 +544,7 @@ export declare class NotionCompatAPI {
544
544
  strikethrough: boolean;
545
545
  underline: boolean;
546
546
  code: boolean;
547
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
547
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
548
548
  };
549
549
  plain_text: string;
550
550
  href: string;
@@ -559,12 +559,12 @@ export declare class NotionCompatAPI {
559
559
  strikethrough: boolean;
560
560
  underline: boolean;
561
561
  code: boolean;
562
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
562
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
563
563
  };
564
564
  plain_text: string;
565
565
  href: string;
566
566
  })[];
567
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
567
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
568
568
  };
569
569
  object: "block";
570
570
  id: string;
@@ -597,7 +597,7 @@ export declare class NotionCompatAPI {
597
597
  strikethrough: boolean;
598
598
  underline: boolean;
599
599
  code: boolean;
600
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
600
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
601
601
  };
602
602
  plain_text: string;
603
603
  href: string;
@@ -605,7 +605,10 @@ export declare class NotionCompatAPI {
605
605
  type: "mention";
606
606
  mention: {
607
607
  type: "user";
608
- user: ({
608
+ user: {
609
+ id: string;
610
+ object: "user";
611
+ } | ({
609
612
  type: "person";
610
613
  person: {
611
614
  email?: string;
@@ -643,10 +646,7 @@ export declare class NotionCompatAPI {
643
646
  avatar_url: string;
644
647
  id: string;
645
648
  object: "user";
646
- }) | {
647
- id: string;
648
- object: "user";
649
- };
649
+ });
650
650
  } | {
651
651
  type: "date";
652
652
  date: {
@@ -685,7 +685,7 @@ export declare class NotionCompatAPI {
685
685
  strikethrough: boolean;
686
686
  underline: boolean;
687
687
  code: boolean;
688
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
688
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
689
689
  };
690
690
  plain_text: string;
691
691
  href: string;
@@ -700,12 +700,12 @@ export declare class NotionCompatAPI {
700
700
  strikethrough: boolean;
701
701
  underline: boolean;
702
702
  code: boolean;
703
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
703
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
704
704
  };
705
705
  plain_text: string;
706
706
  href: string;
707
707
  })[];
708
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
708
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
709
709
  };
710
710
  object: "block";
711
711
  id: string;
@@ -738,7 +738,7 @@ export declare class NotionCompatAPI {
738
738
  strikethrough: boolean;
739
739
  underline: boolean;
740
740
  code: boolean;
741
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
741
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
742
742
  };
743
743
  plain_text: string;
744
744
  href: string;
@@ -746,7 +746,10 @@ export declare class NotionCompatAPI {
746
746
  type: "mention";
747
747
  mention: {
748
748
  type: "user";
749
- user: ({
749
+ user: {
750
+ id: string;
751
+ object: "user";
752
+ } | ({
750
753
  type: "person";
751
754
  person: {
752
755
  email?: string;
@@ -784,10 +787,7 @@ export declare class NotionCompatAPI {
784
787
  avatar_url: string;
785
788
  id: string;
786
789
  object: "user";
787
- }) | {
788
- id: string;
789
- object: "user";
790
- };
790
+ });
791
791
  } | {
792
792
  type: "date";
793
793
  date: {
@@ -826,7 +826,7 @@ export declare class NotionCompatAPI {
826
826
  strikethrough: boolean;
827
827
  underline: boolean;
828
828
  code: boolean;
829
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
829
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
830
830
  };
831
831
  plain_text: string;
832
832
  href: string;
@@ -841,12 +841,12 @@ export declare class NotionCompatAPI {
841
841
  strikethrough: boolean;
842
842
  underline: boolean;
843
843
  code: boolean;
844
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
844
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
845
845
  };
846
846
  plain_text: string;
847
847
  href: string;
848
848
  })[];
849
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
849
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
850
850
  };
851
851
  object: "block";
852
852
  id: string;
@@ -879,7 +879,7 @@ export declare class NotionCompatAPI {
879
879
  strikethrough: boolean;
880
880
  underline: boolean;
881
881
  code: boolean;
882
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
882
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
883
883
  };
884
884
  plain_text: string;
885
885
  href: string;
@@ -887,7 +887,10 @@ export declare class NotionCompatAPI {
887
887
  type: "mention";
888
888
  mention: {
889
889
  type: "user";
890
- user: ({
890
+ user: {
891
+ id: string;
892
+ object: "user";
893
+ } | ({
891
894
  type: "person";
892
895
  person: {
893
896
  email?: string;
@@ -925,10 +928,7 @@ export declare class NotionCompatAPI {
925
928
  avatar_url: string;
926
929
  id: string;
927
930
  object: "user";
928
- }) | {
929
- id: string;
930
- object: "user";
931
- };
931
+ });
932
932
  } | {
933
933
  type: "date";
934
934
  date: {
@@ -967,7 +967,7 @@ export declare class NotionCompatAPI {
967
967
  strikethrough: boolean;
968
968
  underline: boolean;
969
969
  code: boolean;
970
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
970
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
971
971
  };
972
972
  plain_text: string;
973
973
  href: string;
@@ -982,12 +982,12 @@ export declare class NotionCompatAPI {
982
982
  strikethrough: boolean;
983
983
  underline: boolean;
984
984
  code: boolean;
985
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
985
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
986
986
  };
987
987
  plain_text: string;
988
988
  href: string;
989
989
  })[];
990
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
990
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
991
991
  };
992
992
  object: "block";
993
993
  id: string;
@@ -1020,7 +1020,7 @@ export declare class NotionCompatAPI {
1020
1020
  strikethrough: boolean;
1021
1021
  underline: boolean;
1022
1022
  code: boolean;
1023
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1023
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1024
1024
  };
1025
1025
  plain_text: string;
1026
1026
  href: string;
@@ -1028,7 +1028,10 @@ export declare class NotionCompatAPI {
1028
1028
  type: "mention";
1029
1029
  mention: {
1030
1030
  type: "user";
1031
- user: ({
1031
+ user: {
1032
+ id: string;
1033
+ object: "user";
1034
+ } | ({
1032
1035
  type: "person";
1033
1036
  person: {
1034
1037
  email?: string;
@@ -1066,10 +1069,7 @@ export declare class NotionCompatAPI {
1066
1069
  avatar_url: string;
1067
1070
  id: string;
1068
1071
  object: "user";
1069
- }) | {
1070
- id: string;
1071
- object: "user";
1072
- };
1072
+ });
1073
1073
  } | {
1074
1074
  type: "date";
1075
1075
  date: {
@@ -1108,7 +1108,7 @@ export declare class NotionCompatAPI {
1108
1108
  strikethrough: boolean;
1109
1109
  underline: boolean;
1110
1110
  code: boolean;
1111
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1111
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1112
1112
  };
1113
1113
  plain_text: string;
1114
1114
  href: string;
@@ -1123,12 +1123,12 @@ export declare class NotionCompatAPI {
1123
1123
  strikethrough: boolean;
1124
1124
  underline: boolean;
1125
1125
  code: boolean;
1126
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1126
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1127
1127
  };
1128
1128
  plain_text: string;
1129
1129
  href: string;
1130
1130
  })[];
1131
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1131
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1132
1132
  checked: boolean;
1133
1133
  };
1134
1134
  object: "block";
@@ -1162,7 +1162,7 @@ export declare class NotionCompatAPI {
1162
1162
  strikethrough: boolean;
1163
1163
  underline: boolean;
1164
1164
  code: boolean;
1165
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1165
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1166
1166
  };
1167
1167
  plain_text: string;
1168
1168
  href: string;
@@ -1170,7 +1170,10 @@ export declare class NotionCompatAPI {
1170
1170
  type: "mention";
1171
1171
  mention: {
1172
1172
  type: "user";
1173
- user: ({
1173
+ user: {
1174
+ id: string;
1175
+ object: "user";
1176
+ } | ({
1174
1177
  type: "person";
1175
1178
  person: {
1176
1179
  email?: string;
@@ -1208,10 +1211,7 @@ export declare class NotionCompatAPI {
1208
1211
  avatar_url: string;
1209
1212
  id: string;
1210
1213
  object: "user";
1211
- }) | {
1212
- id: string;
1213
- object: "user";
1214
- };
1214
+ });
1215
1215
  } | {
1216
1216
  type: "date";
1217
1217
  date: {
@@ -1250,7 +1250,7 @@ export declare class NotionCompatAPI {
1250
1250
  strikethrough: boolean;
1251
1251
  underline: boolean;
1252
1252
  code: boolean;
1253
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1253
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1254
1254
  };
1255
1255
  plain_text: string;
1256
1256
  href: string;
@@ -1265,12 +1265,12 @@ export declare class NotionCompatAPI {
1265
1265
  strikethrough: boolean;
1266
1266
  underline: boolean;
1267
1267
  code: boolean;
1268
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1268
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1269
1269
  };
1270
1270
  plain_text: string;
1271
1271
  href: string;
1272
1272
  })[];
1273
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1273
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1274
1274
  };
1275
1275
  object: "block";
1276
1276
  id: string;
@@ -1303,7 +1303,7 @@ export declare class NotionCompatAPI {
1303
1303
  strikethrough: boolean;
1304
1304
  underline: boolean;
1305
1305
  code: boolean;
1306
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1306
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1307
1307
  };
1308
1308
  plain_text: string;
1309
1309
  href: string;
@@ -1311,7 +1311,10 @@ export declare class NotionCompatAPI {
1311
1311
  type: "mention";
1312
1312
  mention: {
1313
1313
  type: "user";
1314
- user: ({
1314
+ user: {
1315
+ id: string;
1316
+ object: "user";
1317
+ } | ({
1315
1318
  type: "person";
1316
1319
  person: {
1317
1320
  email?: string;
@@ -1349,10 +1352,7 @@ export declare class NotionCompatAPI {
1349
1352
  avatar_url: string;
1350
1353
  id: string;
1351
1354
  object: "user";
1352
- }) | {
1353
- id: string;
1354
- object: "user";
1355
- };
1355
+ });
1356
1356
  } | {
1357
1357
  type: "date";
1358
1358
  date: {
@@ -1391,7 +1391,7 @@ export declare class NotionCompatAPI {
1391
1391
  strikethrough: boolean;
1392
1392
  underline: boolean;
1393
1393
  code: boolean;
1394
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1394
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1395
1395
  };
1396
1396
  plain_text: string;
1397
1397
  href: string;
@@ -1406,7 +1406,7 @@ export declare class NotionCompatAPI {
1406
1406
  strikethrough: boolean;
1407
1407
  underline: boolean;
1408
1408
  code: boolean;
1409
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1409
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1410
1410
  };
1411
1411
  plain_text: string;
1412
1412
  href: string;
@@ -1522,7 +1522,7 @@ export declare class NotionCompatAPI {
1522
1522
  strikethrough: boolean;
1523
1523
  underline: boolean;
1524
1524
  code: boolean;
1525
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1525
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1526
1526
  };
1527
1527
  plain_text: string;
1528
1528
  href: string;
@@ -1530,7 +1530,10 @@ export declare class NotionCompatAPI {
1530
1530
  type: "mention";
1531
1531
  mention: {
1532
1532
  type: "user";
1533
- user: ({
1533
+ user: {
1534
+ id: string;
1535
+ object: "user";
1536
+ } | ({
1534
1537
  type: "person";
1535
1538
  person: {
1536
1539
  email?: string;
@@ -1568,10 +1571,7 @@ export declare class NotionCompatAPI {
1568
1571
  avatar_url: string;
1569
1572
  id: string;
1570
1573
  object: "user";
1571
- }) | {
1572
- id: string;
1573
- object: "user";
1574
- };
1574
+ });
1575
1575
  } | {
1576
1576
  type: "date";
1577
1577
  date: {
@@ -1610,7 +1610,7 @@ export declare class NotionCompatAPI {
1610
1610
  strikethrough: boolean;
1611
1611
  underline: boolean;
1612
1612
  code: boolean;
1613
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1613
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1614
1614
  };
1615
1615
  plain_text: string;
1616
1616
  href: string;
@@ -1625,7 +1625,7 @@ export declare class NotionCompatAPI {
1625
1625
  strikethrough: boolean;
1626
1626
  underline: boolean;
1627
1627
  code: boolean;
1628
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1628
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1629
1629
  };
1630
1630
  plain_text: string;
1631
1631
  href: string;
@@ -1644,7 +1644,7 @@ export declare class NotionCompatAPI {
1644
1644
  strikethrough: boolean;
1645
1645
  underline: boolean;
1646
1646
  code: boolean;
1647
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1647
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1648
1648
  };
1649
1649
  plain_text: string;
1650
1650
  href: string;
@@ -1652,7 +1652,10 @@ export declare class NotionCompatAPI {
1652
1652
  type: "mention";
1653
1653
  mention: {
1654
1654
  type: "user";
1655
- user: ({
1655
+ user: {
1656
+ id: string;
1657
+ object: "user";
1658
+ } | ({
1656
1659
  type: "person";
1657
1660
  person: {
1658
1661
  email?: string;
@@ -1690,10 +1693,7 @@ export declare class NotionCompatAPI {
1690
1693
  avatar_url: string;
1691
1694
  id: string;
1692
1695
  object: "user";
1693
- }) | {
1694
- id: string;
1695
- object: "user";
1696
- };
1696
+ });
1697
1697
  } | {
1698
1698
  type: "date";
1699
1699
  date: {
@@ -1732,7 +1732,7 @@ export declare class NotionCompatAPI {
1732
1732
  strikethrough: boolean;
1733
1733
  underline: boolean;
1734
1734
  code: boolean;
1735
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1735
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1736
1736
  };
1737
1737
  plain_text: string;
1738
1738
  href: string;
@@ -1747,12 +1747,12 @@ export declare class NotionCompatAPI {
1747
1747
  strikethrough: boolean;
1748
1748
  underline: boolean;
1749
1749
  code: boolean;
1750
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1750
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1751
1751
  };
1752
1752
  plain_text: string;
1753
1753
  href: string;
1754
1754
  })[];
1755
- language: "json" | "shell" | "abap" | "arduino" | "bash" | "basic" | "c" | "clojure" | "coffeescript" | "c++" | "c#" | "css" | "dart" | "diff" | "docker" | "elixir" | "elm" | "erlang" | "flow" | "fortran" | "f#" | "gherkin" | "glsl" | "go" | "graphql" | "groovy" | "haskell" | "html" | "java" | "javascript" | "julia" | "kotlin" | "latex" | "less" | "lisp" | "livescript" | "lua" | "makefile" | "markdown" | "markup" | "matlab" | "mermaid" | "nix" | "objective-c" | "ocaml" | "pascal" | "perl" | "php" | "plain text" | "powershell" | "prolog" | "protobuf" | "python" | "r" | "reason" | "ruby" | "rust" | "sass" | "scala" | "scheme" | "scss" | "solidity" | "sql" | "swift" | "typescript" | "vb.net" | "verilog" | "vhdl" | "visual basic" | "webassembly" | "xml" | "yaml" | "java/c/c++/c#";
1755
+ language: "c" | "abap" | "arduino" | "bash" | "basic" | "clojure" | "coffeescript" | "c++" | "c#" | "css" | "dart" | "diff" | "docker" | "elixir" | "elm" | "erlang" | "flow" | "fortran" | "f#" | "gherkin" | "glsl" | "go" | "graphql" | "groovy" | "haskell" | "html" | "java" | "javascript" | "json" | "julia" | "kotlin" | "latex" | "less" | "lisp" | "livescript" | "lua" | "makefile" | "markdown" | "markup" | "matlab" | "mermaid" | "nix" | "objective-c" | "ocaml" | "pascal" | "perl" | "php" | "plain text" | "powershell" | "prolog" | "protobuf" | "python" | "r" | "reason" | "ruby" | "rust" | "sass" | "scala" | "scheme" | "scss" | "shell" | "solidity" | "sql" | "swift" | "typescript" | "vb.net" | "verilog" | "vhdl" | "visual basic" | "webassembly" | "xml" | "yaml" | "java/c/c++/c#";
1756
1756
  };
1757
1757
  object: "block";
1758
1758
  id: string;
@@ -1785,7 +1785,7 @@ export declare class NotionCompatAPI {
1785
1785
  strikethrough: boolean;
1786
1786
  underline: boolean;
1787
1787
  code: boolean;
1788
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1788
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1789
1789
  };
1790
1790
  plain_text: string;
1791
1791
  href: string;
@@ -1793,7 +1793,10 @@ export declare class NotionCompatAPI {
1793
1793
  type: "mention";
1794
1794
  mention: {
1795
1795
  type: "user";
1796
- user: ({
1796
+ user: {
1797
+ id: string;
1798
+ object: "user";
1799
+ } | ({
1797
1800
  type: "person";
1798
1801
  person: {
1799
1802
  email?: string;
@@ -1831,10 +1834,7 @@ export declare class NotionCompatAPI {
1831
1834
  avatar_url: string;
1832
1835
  id: string;
1833
1836
  object: "user";
1834
- }) | {
1835
- id: string;
1836
- object: "user";
1837
- };
1837
+ });
1838
1838
  } | {
1839
1839
  type: "date";
1840
1840
  date: {
@@ -1873,7 +1873,7 @@ export declare class NotionCompatAPI {
1873
1873
  strikethrough: boolean;
1874
1874
  underline: boolean;
1875
1875
  code: boolean;
1876
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1876
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1877
1877
  };
1878
1878
  plain_text: string;
1879
1879
  href: string;
@@ -1888,12 +1888,12 @@ export declare class NotionCompatAPI {
1888
1888
  strikethrough: boolean;
1889
1889
  underline: boolean;
1890
1890
  code: boolean;
1891
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1891
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1892
1892
  };
1893
1893
  plain_text: string;
1894
1894
  href: string;
1895
1895
  })[];
1896
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1896
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1897
1897
  icon: {
1898
1898
  type: "emoji";
1899
1899
  emoji: "😀" | "😃" | "😄" | "😁" | "😆" | "😅" | "🤣" | "😂" | "🙂" | "🙃" | "😉" | "😊" | "😇" | "🥰" | "😍" | "🤩" | "😘" | "😗" | "☺️" | "☺" | "😚" | "😙" | "🥲" | "😋" | "😛" | "😜" | "🤪" | "😝" | "🤑" | "🤗" | "🤭" | "🤫" | "🤔" | "🤐" | "🤨" | "😐" | "😑" | "😶" | "😶‍🌫️" | "😶‍🌫" | "😏" | "😒" | "🙄" | "😬" | "😮‍💨" | "🤥" | "😌" | "😔" | "😪" | "🤤" | "😴" | "😷" | "🤒" | "🤕" | "🤢" | "🤮" | "🤧" | "🥵" | "🥶" | "🥴" | "😵" | "😵‍💫" | "🤯" | "🤠" | "🥳" | "🥸" | "😎" | "🤓" | "🧐" | "😕" | "😟" | "🙁" | "☹️" | "☹" | "😮" | "😯" | "😲" | "😳" | "🥺" | "😦" | "😧" | "😨" | "😰" | "😥" | "😢" | "😭" | "😱" | "😖" | "😣" | "😞" | "😓" | "😩" | "😫" | "🥱" | "😤" | "😡" | "😠" | "🤬" | "😈" | "👿" | "💀" | "☠️" | "☠" | "💩" | "🤡" | "👹" | "👺" | "👻" | "👽" | "👾" | "🤖" | "😺" | "😸" | "😹" | "😻" | "😼" | "😽" | "🙀" | "😿" | "😾" | "🙈" | "🙉" | "🙊" | "💋" | "💌" | "💘" | "💝" | "💖" | "💗" | "💓" | "💞" | "💕" | "💟" | "❣️" | "❣" | "💔" | "❤️‍🔥" | "❤‍🔥" | "❤️‍🩹" | "❤‍🩹" | "❤️" | "❤" | "🧡" | "💛" | "💚" | "💙" | "💜" | "🤎" | "🖤" | "🤍" | "💯" | "💢" | "💥" | "💫" | "💦" | "💨" | "🕳️" | "🕳" | "💣" | "💬" | "👁️‍🗨️" | "🗨️" | "🗨" | "🗯️" | "🗯" | "💭" | "💤" | "👋🏻" | "👋🏼" | "👋🏽" | "👋🏾" | "👋🏿" | "👋" | "🤚🏻" | "🤚🏼" | "🤚🏽" | "🤚🏾" | "🤚🏿" | "🤚" | "🖐🏻" | "🖐🏼" | "🖐🏽" | "🖐🏾" | "🖐🏿" | "🖐️" | "🖐" | "✋🏻" | "✋🏼" | "✋🏽" | "✋🏾" | "✋🏿" | "✋" | "🖖🏻" | "🖖🏼" | "🖖🏽" | "🖖🏾" | "🖖🏿" | "🖖" | "👌🏻" | "👌🏼" | "👌🏽" | "👌🏾" | "👌🏿" | "👌" | "🤌🏻" | "🤌🏼" | "🤌🏽" | "🤌🏾" | "🤌🏿" | "🤌" | "🤏🏻" | "🤏🏼" | "🤏🏽" | "🤏🏾" | "🤏🏿" | "🤏" | "✌🏻" | "✌🏼" | "✌🏽" | "✌🏾" | "✌🏿" | "✌️" | "✌" | "🤞🏻" | "🤞🏼" | "🤞🏽" | "🤞🏾" | "🤞🏿" | "🤞" | "🤟🏻" | "🤟🏼" | "🤟🏽" | "🤟🏾" | "🤟🏿" | "🤟" | "🤘🏻" | "🤘🏼" | "🤘🏽" | "🤘🏾" | "🤘🏿" | "🤘" | "🤙🏻" | "🤙🏼" | "🤙🏽" | "🤙🏾" | "🤙🏿" | "🤙" | "👈🏻" | "👈🏼" | "👈🏽" | "👈🏾" | "👈🏿" | "👈" | "👉🏻" | "👉🏼" | "👉🏽" | "👉🏾" | "👉🏿" | "👉" | "👆🏻" | "👆🏼" | "👆🏽" | "👆🏾" | "👆🏿" | "👆" | "🖕🏻" | "🖕🏼" | "🖕🏽" | "🖕🏾" | "🖕🏿" | "🖕" | "👇🏻" | "👇🏼" | "👇🏽" | "👇🏾" | "👇🏿" | "👇" | "☝🏻" | "☝🏼" | "☝🏽" | "☝🏾" | "☝🏿" | "☝️" | "☝" | "👍🏻" | "👍🏼" | "👍🏽" | "👍🏾" | "👍🏿" | "👍" | "👎🏻" | "👎🏼" | "👎🏽" | "👎🏾" | "👎🏿" | "👎" | "✊🏻" | "✊🏼" | "✊🏽" | "✊🏾" | "✊🏿" | "✊" | "👊🏻" | "👊🏼" | "👊🏽" | "👊🏾" | "👊🏿" | "👊" | "🤛🏻" | "🤛🏼" | "🤛🏽" | "🤛🏾" | "🤛🏿" | "🤛" | "🤜🏻" | "🤜🏼" | "🤜🏽" | "🤜🏾" | "🤜🏿" | "🤜" | "👏🏻" | "👏🏼" | "👏🏽" | "👏🏾" | "👏🏿" | "👏" | "🙌🏻" | "🙌🏼" | "🙌🏽" | "🙌🏾" | "🙌🏿" | "🙌" | "👐🏻" | "👐🏼" | "👐🏽" | "👐🏾" | "👐🏿" | "👐" | "🤲🏻" | "🤲🏼" | "🤲🏽" | "🤲🏾" | "🤲🏿" | "🤲" | "🤝" | "🙏🏻" | "🙏🏼" | "🙏🏽" | "🙏🏾" | "🙏🏿" | "🙏" | "✍🏻" | "✍🏼" | "✍🏽" | "✍🏾" | "✍🏿" | "✍️" | "✍" | "💅🏻" | "💅🏼" | "💅🏽" | "💅🏾" | "💅🏿" | "💅" | "🤳🏻" | "🤳🏼" | "🤳🏽" | "🤳🏾" | "🤳🏿" | "🤳" | "💪🏻" | "💪🏼" | "💪🏽" | "💪🏾" | "💪🏿" | "💪" | "🦾" | "🦿" | "🦵🏻" | "🦵🏼" | "🦵🏽" | "🦵🏾" | "🦵🏿" | "🦵" | "🦶🏻" | "🦶🏼" | "🦶🏽" | "🦶🏾" | "🦶🏿" | "🦶" | "👂🏻" | "👂🏼" | "👂🏽" | "👂🏾" | "👂🏿" | "👂" | "🦻🏻" | "🦻🏼" | "🦻🏽" | "🦻🏾" | "🦻🏿" | "🦻" | "👃🏻" | "👃🏼" | "👃🏽" | "👃🏾" | "👃🏿" | "👃" | "🧠" | "🫀" | "🫁" | "🦷" | "🦴" | "👀" | "👁️" | "👁" | "👅" | "👄" | "👶🏻" | "👶🏼" | "👶🏽" | "👶🏾" | "👶🏿" | "👶" | "🧒🏻" | "🧒🏼" | "🧒🏽" | "🧒🏾" | "🧒🏿" | "🧒" | "👦🏻" | "👦🏼" | "👦🏽" | "👦🏾" | "👦🏿" | "👦" | "👧🏻" | "👧🏼" | "👧🏽" | "👧🏾" | "👧🏿" | "👧" | "🧑🏻" | "🧑🏼" | "🧑🏽" | "🧑🏾" | "🧑🏿" | "🧑" | "👱🏻" | "👱🏼" | "👱🏽" | "👱🏾" | "👱🏿" | "👱" | "👨🏻" | "👨🏼" | "👨🏽" | "👨🏾" | "👨🏿" | "👨" | "🧔🏻" | "🧔🏼" | "🧔🏽" | "🧔🏾" | "🧔🏿" | "🧔" | "🧔🏻‍♂️" | "🧔🏼‍♂️" | "🧔🏽‍♂️" | "🧔🏾‍♂️" | "🧔🏿‍♂️" | "🧔‍♂️" | "🧔‍♂" | "🧔🏻‍♀️" | "🧔🏼‍♀️" | "🧔🏽‍♀️" | "🧔🏾‍♀️" | "🧔🏿‍♀️" | "🧔‍♀️" | "🧔‍♀" | "👨🏻‍🦰" | "👨🏼‍🦰" | "👨🏽‍🦰" | "👨🏾‍🦰" | "👨🏿‍🦰" | "👨‍🦰" | "👨🏻‍🦱" | "👨🏼‍🦱" | "👨🏽‍🦱" | "👨🏾‍🦱" | "👨🏿‍🦱" | "👨‍🦱" | "👨🏻‍🦳" | "👨🏼‍🦳" | "👨🏽‍🦳" | "👨🏾‍🦳" | "👨🏿‍🦳" | "👨‍🦳" | "👨🏻‍🦲" | "👨🏼‍🦲" | "👨🏽‍🦲" | "👨🏾‍🦲" | "👨🏿‍🦲" | "👨‍🦲" | "👩🏻" | "👩🏼" | "👩🏽" | "👩🏾" | "👩🏿" | "👩" | "👩🏻‍🦰" | "👩🏼‍🦰" | "👩🏽‍🦰" | "👩🏾‍🦰" | "👩🏿‍🦰" | "👩‍🦰" | "🧑🏻‍🦰" | "🧑🏼‍🦰" | "🧑🏽‍🦰" | "🧑🏾‍🦰" | "🧑🏿‍🦰" | "🧑‍🦰" | "👩🏻‍🦱" | "👩🏼‍🦱" | "👩🏽‍🦱" | "👩🏾‍🦱" | "👩🏿‍🦱" | "👩‍🦱" | "🧑🏻‍🦱" | "🧑🏼‍🦱" | "🧑🏽‍🦱" | "🧑🏾‍🦱" | "🧑🏿‍🦱" | "🧑‍🦱" | "👩🏻‍🦳" | "👩🏼‍🦳" | "👩🏽‍🦳" | "👩🏾‍🦳" | "👩🏿‍🦳" | "👩‍🦳" | "🧑🏻‍🦳" | "🧑🏼‍🦳" | "🧑🏽‍🦳" | "🧑🏾‍🦳" | "🧑🏿‍🦳" | "🧑‍🦳" | "👩🏻‍🦲" | "👩🏼‍🦲" | "👩🏽‍🦲" | "👩🏾‍🦲" | "👩🏿‍🦲" | "👩‍🦲" | "🧑🏻‍🦲" | "🧑🏼‍🦲" | "🧑🏽‍🦲" | "🧑🏾‍🦲" | "🧑🏿‍🦲" | "🧑‍🦲" | "👱🏻‍♀️" | "👱🏼‍♀️" | "👱🏽‍♀️" | "👱🏾‍♀️" | "👱🏿‍♀️" | "👱‍♀️" | "👱‍♀" | "👱🏻‍♂️" | "👱🏼‍♂️" | "👱🏽‍♂️" | "👱🏾‍♂️" | "👱🏿‍♂️" | "👱‍♂️" | "👱‍♂" | "🧓🏻" | "🧓🏼" | "🧓🏽" | "🧓🏾" | "🧓🏿" | "🧓" | "👴🏻" | "👴🏼" | "👴🏽" | "👴🏾" | "👴🏿" | "👴" | "👵🏻" | "👵🏼" | "👵🏽" | "👵🏾" | "👵🏿" | "👵" | "🙍🏻" | "🙍🏼" | "🙍🏽" | "🙍🏾" | "🙍🏿" | "🙍" | "🙍🏻‍♂️" | "🙍🏼‍♂️" | "🙍🏽‍♂️" | "🙍🏾‍♂️" | "🙍🏿‍♂️" | "🙍‍♂️" | "🙍‍♂" | "🙍🏻‍♀️" | "🙍🏼‍♀️" | "🙍🏽‍♀️" | "🙍🏾‍♀️" | "🙍🏿‍♀️" | "🙍‍♀️" | "🙍‍♀" | "🙎🏻" | "🙎🏼" | "🙎🏽" | "🙎🏾" | "🙎🏿" | "🙎" | "🙎🏻‍♂️" | "🙎🏼‍♂️" | "🙎🏽‍♂️" | "🙎🏾‍♂️" | "🙎🏿‍♂️" | "🙎‍♂️" | "🙎‍♂" | "🙎🏻‍♀️" | "🙎🏼‍♀️" | "🙎🏽‍♀️" | "🙎🏾‍♀️" | "🙎🏿‍♀️" | "🙎‍♀️" | "🙎‍♀" | "🙅🏻" | "🙅🏼" | "🙅🏽" | "🙅🏾" | "🙅🏿" | "🙅" | "🙅🏻‍♂️" | "🙅🏼‍♂️" | "🙅🏽‍♂️" | "🙅🏾‍♂️" | "🙅🏿‍♂️" | "🙅‍♂️" | "🙅‍♂" | "🙅🏻‍♀️" | "🙅🏼‍♀️" | "🙅🏽‍♀️" | "🙅🏾‍♀️" | "🙅🏿‍♀️" | "🙅‍♀️" | "🙅‍♀" | "🙆🏻" | "🙆🏼" | "🙆🏽" | "🙆🏾" | "🙆🏿" | "🙆" | "🙆🏻‍♂️" | "🙆🏼‍♂️" | "🙆🏽‍♂️" | "🙆🏾‍♂️" | "🙆🏿‍♂️" | "🙆‍♂️" | "🙆‍♂" | "🙆🏻‍♀️" | "🙆🏼‍♀️" | "🙆🏽‍♀️" | "🙆🏾‍♀️" | "🙆🏿‍♀️" | "🙆‍♀️" | "🙆‍♀" | "💁🏻" | "💁🏼" | "💁🏽" | "💁🏾" | "💁🏿" | "💁" | "💁🏻‍♂️" | "💁🏼‍♂️" | "💁🏽‍♂️" | "💁🏾‍♂️" | "💁🏿‍♂️" | "💁‍♂️" | "💁‍♂" | "💁🏻‍♀️" | "💁🏼‍♀️" | "💁🏽‍♀️" | "💁🏾‍♀️" | "💁🏿‍♀️" | "💁‍♀️" | "💁‍♀" | "🙋🏻" | "🙋🏼" | "🙋🏽" | "🙋🏾" | "🙋🏿" | "🙋" | "🙋🏻‍♂️" | "🙋🏼‍♂️" | "🙋🏽‍♂️" | "🙋🏾‍♂️" | "🙋🏿‍♂️" | "🙋‍♂️" | "🙋‍♂" | "🙋🏻‍♀️" | "🙋🏼‍♀️" | "🙋🏽‍♀️" | "🙋🏾‍♀️" | "🙋🏿‍♀️" | "🙋‍♀️" | "🙋‍♀" | "🧏🏻" | "🧏🏼" | "🧏🏽" | "🧏🏾" | "🧏🏿" | "🧏" | "🧏🏻‍♂️" | "🧏🏼‍♂️" | "🧏🏽‍♂️" | "🧏🏾‍♂️" | "🧏🏿‍♂️" | "🧏‍♂️" | "🧏‍♂" | "🧏🏻‍♀️" | "🧏🏼‍♀️" | "🧏🏽‍♀️" | "🧏🏾‍♀️" | "🧏🏿‍♀️" | "🧏‍♀️" | "🧏‍♀" | "🙇🏻" | "🙇🏼" | "🙇🏽" | "🙇🏾" | "🙇🏿" | "🙇" | "🙇🏻‍♂️" | "🙇🏼‍♂️" | "🙇🏽‍♂️" | "🙇🏾‍♂️" | "🙇🏿‍♂️" | "🙇‍♂️" | "🙇‍♂" | "🙇🏻‍♀️" | "🙇🏼‍♀️" | "🙇🏽‍♀️" | "🙇🏾‍♀️" | "🙇🏿‍♀️" | "🙇‍♀️" | "🙇‍♀" | "🤦🏻" | "🤦🏼" | "🤦🏽" | "🤦🏾" | "🤦🏿" | "🤦" | "🤦🏻‍♂️" | "🤦🏼‍♂️" | "🤦🏽‍♂️" | "🤦🏾‍♂️" | "🤦🏿‍♂️" | "🤦‍♂️" | "🤦‍♂" | "🤦🏻‍♀️" | "🤦🏼‍♀️" | "🤦🏽‍♀️" | "🤦🏾‍♀️" | "🤦🏿‍♀️" | "🤦‍♀️" | "🤦‍♀" | "🤷🏻" | "🤷🏼" | "🤷🏽" | "🤷🏾" | "🤷🏿" | "🤷" | "🤷🏻‍♂️" | "🤷🏼‍♂️" | "🤷🏽‍♂️" | "🤷🏾‍♂️" | "🤷🏿‍♂️" | "🤷‍♂️" | "🤷‍♂" | "🤷🏻‍♀️" | "🤷🏼‍♀️" | "🤷🏽‍♀️" | "🤷🏾‍♀️" | "🤷🏿‍♀️" | "🤷‍♀️" | "🤷‍♀" | "🧑🏻‍⚕️" | "🧑🏼‍⚕️" | "🧑🏽‍⚕️" | "🧑🏾‍⚕️" | "🧑🏿‍⚕️" | "🧑‍⚕️" | "🧑‍⚕" | "👨🏻‍⚕️" | "👨🏼‍⚕️" | "👨🏽‍⚕️" | "👨🏾‍⚕️" | "👨🏿‍⚕️" | "👨‍⚕️" | "👨‍⚕" | "👩🏻‍⚕️" | "👩🏼‍⚕️" | "👩🏽‍⚕️" | "👩🏾‍⚕️" | "👩🏿‍⚕️" | "👩‍⚕️" | "👩‍⚕" | "🧑🏻‍🎓" | "🧑🏼‍🎓" | "🧑🏽‍🎓" | "🧑🏾‍🎓" | "🧑🏿‍🎓" | "🧑‍🎓" | "👨🏻‍🎓" | "👨🏼‍🎓" | "👨🏽‍🎓" | "👨🏾‍🎓" | "👨🏿‍🎓" | "👨‍🎓" | "👩🏻‍🎓" | "👩🏼‍🎓" | "👩🏽‍🎓" | "👩🏾‍🎓" | "👩🏿‍🎓" | "👩‍🎓" | "🧑🏻‍🏫" | "🧑🏼‍🏫" | "🧑🏽‍🏫" | "🧑🏾‍🏫" | "🧑🏿‍🏫" | "🧑‍🏫" | "👨🏻‍🏫" | "👨🏼‍🏫" | "👨🏽‍🏫" | "👨🏾‍🏫" | "👨🏿‍🏫" | "👨‍🏫" | "👩🏻‍🏫" | "👩🏼‍🏫" | "👩🏽‍🏫" | "👩🏾‍🏫" | "👩🏿‍🏫" | "👩‍🏫" | "🧑🏻‍⚖️" | "🧑🏼‍⚖️" | "🧑🏽‍⚖️" | "🧑🏾‍⚖️" | "🧑🏿‍⚖️" | "🧑‍⚖️" | "🧑‍⚖" | "👨🏻‍⚖️" | "👨🏼‍⚖️" | "👨🏽‍⚖️" | "👨🏾‍⚖️" | "👨🏿‍⚖️" | "👨‍⚖️" | "👨‍⚖" | "👩🏻‍⚖️" | "👩🏼‍⚖️" | "👩🏽‍⚖️" | "👩🏾‍⚖️" | "👩🏿‍⚖️" | "👩‍⚖️" | "👩‍⚖" | "🧑🏻‍🌾" | "🧑🏼‍🌾" | "🧑🏽‍🌾" | "🧑🏾‍🌾" | "🧑🏿‍🌾" | "🧑‍🌾" | "👨🏻‍🌾" | "👨🏼‍🌾" | "👨🏽‍🌾" | "👨🏾‍🌾" | "👨🏿‍🌾" | "👨‍🌾" | "👩🏻‍🌾" | "👩🏼‍🌾" | "👩🏽‍🌾" | "👩🏾‍🌾" | "👩🏿‍🌾" | "👩‍🌾" | "🧑🏻‍🍳" | "🧑🏼‍🍳" | "🧑🏽‍🍳" | "🧑🏾‍🍳" | "🧑🏿‍🍳" | "🧑‍🍳" | "👨🏻‍🍳" | "👨🏼‍🍳" | "👨🏽‍🍳" | "👨🏾‍🍳" | "👨🏿‍🍳" | "👨‍🍳" | "👩🏻‍🍳" | "👩🏼‍🍳" | "👩🏽‍🍳" | "👩🏾‍🍳" | "👩🏿‍🍳" | "👩‍🍳" | "🧑🏻‍🔧" | "🧑🏼‍🔧" | "🧑🏽‍🔧" | "🧑🏾‍🔧" | "🧑🏿‍🔧" | "🧑‍🔧" | "👨🏻‍🔧" | "👨🏼‍🔧" | "👨🏽‍🔧" | "👨🏾‍🔧" | "👨🏿‍🔧" | "👨‍🔧" | "👩🏻‍🔧" | "👩🏼‍🔧" | "👩🏽‍🔧" | "👩🏾‍🔧" | "👩🏿‍🔧" | "👩‍🔧" | "🧑🏻‍🏭" | "🧑🏼‍🏭" | "🧑🏽‍🏭" | "🧑🏾‍🏭" | "🧑🏿‍🏭" | "🧑‍🏭" | "👨🏻‍🏭" | "👨🏼‍🏭" | "👨🏽‍🏭" | "👨🏾‍🏭" | "👨🏿‍🏭" | "👨‍🏭" | "👩🏻‍🏭" | "👩🏼‍🏭" | "👩🏽‍🏭" | "👩🏾‍🏭" | "👩🏿‍🏭" | "👩‍🏭" | "🧑🏻‍💼" | "🧑🏼‍💼" | "🧑🏽‍💼" | "🧑🏾‍💼" | "🧑🏿‍💼" | "🧑‍💼" | "👨🏻‍💼" | "👨🏼‍💼" | "👨🏽‍💼" | "👨🏾‍💼" | "👨🏿‍💼" | "👨‍💼" | "👩🏻‍💼" | "👩🏼‍💼" | "👩🏽‍💼" | "👩🏾‍💼" | "👩🏿‍💼" | "👩‍💼" | "🧑🏻‍🔬" | "🧑🏼‍🔬" | "🧑🏽‍🔬" | "🧑🏾‍🔬" | "🧑🏿‍🔬" | "🧑‍🔬" | "👨🏻‍🔬" | "👨🏼‍🔬" | "👨🏽‍🔬" | "👨🏾‍🔬" | "👨🏿‍🔬" | "👨‍🔬" | "👩🏻‍🔬" | "👩🏼‍🔬" | "👩🏽‍🔬" | "👩🏾‍🔬" | "👩🏿‍🔬" | "👩‍🔬" | "🧑🏻‍💻" | "🧑🏼‍💻" | "🧑🏽‍💻" | "🧑🏾‍💻" | "🧑🏿‍💻" | "🧑‍💻" | "👨🏻‍💻" | "👨🏼‍💻" | "👨🏽‍💻" | "👨🏾‍💻" | "👨🏿‍💻" | "👨‍💻" | "👩🏻‍💻" | "👩🏼‍💻" | "👩🏽‍💻" | "👩🏾‍💻" | "👩🏿‍💻" | "👩‍💻" | "🧑🏻‍🎤" | "🧑🏼‍🎤" | "🧑🏽‍🎤" | "🧑🏾‍🎤" | "🧑🏿‍🎤" | "🧑‍🎤" | "👨🏻‍🎤" | "👨🏼‍🎤" | "👨🏽‍🎤" | "👨🏾‍🎤" | "👨🏿‍🎤" | "👨‍🎤" | "👩🏻‍🎤" | "👩🏼‍🎤" | "👩🏽‍🎤" | "👩🏾‍🎤" | "👩🏿‍🎤" | "👩‍🎤" | "🧑🏻‍🎨" | "🧑🏼‍🎨" | "🧑🏽‍🎨" | "🧑🏾‍🎨" | "🧑🏿‍🎨" | "🧑‍🎨" | "👨🏻‍🎨" | "👨🏼‍🎨" | "👨🏽‍🎨" | "👨🏾‍🎨" | "👨🏿‍🎨" | "👨‍🎨" | "👩🏻‍🎨" | "👩🏼‍🎨" | "👩🏽‍🎨" | "👩🏾‍🎨" | "👩🏿‍🎨" | "👩‍🎨" | "🧑🏻‍✈️" | "🧑🏼‍✈️" | "🧑🏽‍✈️" | "🧑🏾‍✈️" | "🧑🏿‍✈️" | "🧑‍✈️" | "🧑‍✈" | "👨🏻‍✈️" | "👨🏼‍✈️" | "👨🏽‍✈️" | "👨🏾‍✈️" | "👨🏿‍✈️" | "👨‍✈️" | "👨‍✈" | "👩🏻‍✈️" | "👩🏼‍✈️" | "👩🏽‍✈️" | "👩🏾‍✈️" | "👩🏿‍✈️" | "👩‍✈️" | "👩‍✈" | "🧑🏻‍🚀" | "🧑🏼‍🚀" | "🧑🏽‍🚀" | "🧑🏾‍🚀" | "🧑🏿‍🚀" | "🧑‍🚀" | "👨🏻‍🚀" | "👨🏼‍🚀" | "👨🏽‍🚀" | "👨🏾‍🚀" | "👨🏿‍🚀" | "👨‍🚀" | "👩🏻‍🚀" | "👩🏼‍🚀" | "👩🏽‍🚀" | "👩🏾‍🚀" | "👩🏿‍🚀" | "👩‍🚀" | "🧑🏻‍🚒" | "🧑🏼‍🚒" | "🧑🏽‍🚒" | "🧑🏾‍🚒" | "🧑🏿‍🚒" | "🧑‍🚒" | "👨🏻‍🚒" | "👨🏼‍🚒" | "👨🏽‍🚒" | "👨🏾‍🚒" | "👨🏿‍🚒" | "👨‍🚒" | "👩🏻‍🚒" | "👩🏼‍🚒" | "👩🏽‍🚒" | "👩🏾‍🚒" | "👩🏿‍🚒" | "👩‍🚒" | "👮🏻" | "👮🏼" | "👮🏽" | "👮🏾" | "👮🏿" | "👮" | "👮🏻‍♂️" | "👮🏼‍♂️" | "👮🏽‍♂️" | "👮🏾‍♂️" | "👮🏿‍♂️" | "👮‍♂️" | "👮‍♂" | "👮🏻‍♀️" | "👮🏼‍♀️" | "👮🏽‍♀️" | "👮🏾‍♀️" | "👮🏿‍♀️" | "👮‍♀️" | "👮‍♀" | "🕵🏻" | "🕵🏼" | "🕵🏽" | "🕵🏾" | "🕵🏿" | "🕵️" | "🕵" | "🕵🏻‍♂️" | "🕵🏼‍♂️" | "🕵🏽‍♂️" | "🕵🏾‍♂️" | "🕵🏿‍♂️" | "🕵️‍♂️" | "🕵🏻‍♀️" | "🕵🏼‍♀️" | "🕵🏽‍♀️" | "🕵🏾‍♀️" | "🕵🏿‍♀️" | "🕵️‍♀️" | "💂🏻" | "💂🏼" | "💂🏽" | "💂🏾" | "💂🏿" | "💂" | "💂🏻‍♂️" | "💂🏼‍♂️" | "💂🏽‍♂️" | "💂🏾‍♂️" | "💂🏿‍♂️" | "💂‍♂️" | "💂‍♂" | "💂🏻‍♀️" | "💂🏼‍♀️" | "💂🏽‍♀️" | "💂🏾‍♀️" | "💂🏿‍♀️" | "💂‍♀️" | "💂‍♀" | "🥷🏻" | "🥷🏼" | "🥷🏽" | "🥷🏾" | "🥷🏿" | "🥷" | "👷🏻" | "👷🏼" | "👷🏽" | "👷🏾" | "👷🏿" | "👷" | "👷🏻‍♂️" | "👷🏼‍♂️" | "👷🏽‍♂️" | "👷🏾‍♂️" | "👷🏿‍♂️" | "👷‍♂️" | "👷‍♂" | "👷🏻‍♀️" | "👷🏼‍♀️" | "👷🏽‍♀️" | "👷🏾‍♀️" | "👷🏿‍♀️" | "👷‍♀️" | "👷‍♀" | "🤴🏻" | "🤴🏼" | "🤴🏽" | "🤴🏾" | "🤴🏿" | "🤴" | "👸🏻" | "👸🏼" | "👸🏽" | "👸🏾" | "👸🏿" | "👸" | "👳🏻" | "👳🏼" | "👳🏽" | "👳🏾" | "👳🏿" | "👳" | "👳🏻‍♂️" | "👳🏼‍♂️" | "👳🏽‍♂️" | "👳🏾‍♂️" | "👳🏿‍♂️" | "👳‍♂️" | "👳‍♂" | "👳🏻‍♀️" | "👳🏼‍♀️" | "👳🏽‍♀️" | "👳🏾‍♀️" | "👳🏿‍♀️" | "👳‍♀️" | "👳‍♀" | "👲🏻" | "👲🏼" | "👲🏽" | "👲🏾" | "👲🏿" | "👲" | "🧕🏻" | "🧕🏼" | "🧕🏽" | "🧕🏾" | "🧕🏿" | "🧕" | "🤵🏻" | "🤵🏼" | "🤵🏽" | "🤵🏾" | "🤵🏿" | "🤵" | "🤵🏻‍♂️" | "🤵🏼‍♂️" | "🤵🏽‍♂️" | "🤵🏾‍♂️" | "🤵🏿‍♂️" | "🤵‍♂️" | "🤵‍♂" | "🤵🏻‍♀️" | "🤵🏼‍♀️" | "🤵🏽‍♀️" | "🤵🏾‍♀️" | "🤵🏿‍♀️" | "🤵‍♀️" | "🤵‍♀" | "👰🏻" | "👰🏼" | "👰🏽" | "👰🏾" | "👰🏿" | "👰" | "👰🏻‍♂️" | "👰🏼‍♂️" | "👰🏽‍♂️" | "👰🏾‍♂️" | "👰🏿‍♂️" | "👰‍♂️" | "👰‍♂" | "👰🏻‍♀️" | "👰🏼‍♀️" | "👰🏽‍♀️" | "👰🏾‍♀️" | "👰🏿‍♀️" | "👰‍♀️" | "👰‍♀" | "🤰🏻" | "🤰🏼" | "🤰🏽" | "🤰🏾" | "🤰🏿" | "🤰" | "🤱🏻" | "🤱🏼" | "🤱🏽" | "🤱🏾" | "🤱🏿" | "🤱" | "👩🏻‍🍼" | "👩🏼‍🍼" | "👩🏽‍🍼" | "👩🏾‍🍼" | "👩🏿‍🍼" | "👩‍🍼" | "👨🏻‍🍼" | "👨🏼‍🍼" | "👨🏽‍🍼" | "👨🏾‍🍼" | "👨🏿‍🍼" | "👨‍🍼" | "🧑🏻‍🍼" | "🧑🏼‍🍼" | "🧑🏽‍🍼" | "🧑🏾‍🍼" | "🧑🏿‍🍼" | "🧑‍🍼" | "👼🏻" | "👼🏼" | "👼🏽" | "👼🏾" | "👼🏿" | "👼" | "🎅🏻" | "🎅🏼" | "🎅🏽" | "🎅🏾" | "🎅🏿" | "🎅" | "🤶🏻" | "🤶🏼" | "🤶🏽" | "🤶🏾" | "🤶🏿" | "🤶" | "🧑🏻‍🎄" | "🧑🏼‍🎄" | "🧑🏽‍🎄" | "🧑🏾‍🎄" | "🧑🏿‍🎄" | "🧑‍🎄" | "🦸🏻" | "🦸🏼" | "🦸🏽" | "🦸🏾" | "🦸🏿" | "🦸" | "🦸🏻‍♂️" | "🦸🏼‍♂️" | "🦸🏽‍♂️" | "🦸🏾‍♂️" | "🦸🏿‍♂️" | "🦸‍♂️" | "🦸‍♂" | "🦸🏻‍♀️" | "🦸🏼‍♀️" | "🦸🏽‍♀️" | "🦸🏾‍♀️" | "🦸🏿‍♀️" | "🦸‍♀️" | "🦸‍♀" | "🦹🏻" | "🦹🏼" | "🦹🏽" | "🦹🏾" | "🦹🏿" | "🦹" | "🦹🏻‍♂️" | "🦹🏼‍♂️" | "🦹🏽‍♂️" | "🦹🏾‍♂️" | "🦹🏿‍♂️" | "🦹‍♂️" | "🦹‍♂" | "🦹🏻‍♀️" | "🦹🏼‍♀️" | "🦹🏽‍♀️" | "🦹🏾‍♀️" | "🦹🏿‍♀️" | "🦹‍♀️" | "🦹‍♀" | "🧙🏻" | "🧙🏼" | "🧙🏽" | "🧙🏾" | "🧙🏿" | "🧙" | "🧙🏻‍♂️" | "🧙🏼‍♂️" | "🧙🏽‍♂️" | "🧙🏾‍♂️" | "🧙🏿‍♂️" | "🧙‍♂️" | "🧙‍♂" | "🧙🏻‍♀️" | "🧙🏼‍♀️" | "🧙🏽‍♀️" | "🧙🏾‍♀️" | "🧙🏿‍♀️" | "🧙‍♀️" | "🧙‍♀" | "🧚🏻" | "🧚🏼" | "🧚🏽" | "🧚🏾" | "🧚🏿" | "🧚" | "🧚🏻‍♂️" | "🧚🏼‍♂️" | "🧚🏽‍♂️" | "🧚🏾‍♂️" | "🧚🏿‍♂️" | "🧚‍♂️" | "🧚‍♂" | "🧚🏻‍♀️" | "🧚🏼‍♀️" | "🧚🏽‍♀️" | "🧚🏾‍♀️" | "🧚🏿‍♀️" | "🧚‍♀️" | "🧚‍♀" | "🧛🏻" | "🧛🏼" | "🧛🏽" | "🧛🏾" | "🧛🏿" | "🧛" | "🧛🏻‍♂️" | "🧛🏼‍♂️" | "🧛🏽‍♂️" | "🧛🏾‍♂️" | "🧛🏿‍♂️" | "🧛‍♂️" | "🧛‍♂" | "🧛🏻‍♀️" | "🧛🏼‍♀️" | "🧛🏽‍♀️" | "🧛🏾‍♀️" | "🧛🏿‍♀️" | "🧛‍♀️" | "🧛‍♀" | "🧜🏻" | "🧜🏼" | "🧜🏽" | "🧜🏾" | "🧜🏿" | "🧜" | "🧜🏻‍♂️" | "🧜🏼‍♂️" | "🧜🏽‍♂️" | "🧜🏾‍♂️" | "🧜🏿‍♂️" | "🧜‍♂️" | "🧜‍♂" | "🧜🏻‍♀️" | "🧜🏼‍♀️" | "🧜🏽‍♀️" | "🧜🏾‍♀️" | "🧜🏿‍♀️" | "🧜‍♀️" | "🧜‍♀" | "🧝🏻" | "🧝🏼" | "🧝🏽" | "🧝🏾" | "🧝🏿" | "🧝" | "🧝🏻‍♂️" | "🧝🏼‍♂️" | "🧝🏽‍♂️" | "🧝🏾‍♂️" | "🧝🏿‍♂️" | "🧝‍♂️" | "🧝‍♂" | "🧝🏻‍♀️" | "🧝🏼‍♀️" | "🧝🏽‍♀️" | "🧝🏾‍♀️" | "🧝🏿‍♀️" | "🧝‍♀️" | "🧝‍♀" | "🧞" | "🧞‍♂️" | "🧞‍♂" | "🧞‍♀️" | "🧞‍♀" | "🧟" | "🧟‍♂️" | "🧟‍♂" | "🧟‍♀️" | "🧟‍♀" | "💆🏻" | "💆🏼" | "💆🏽" | "💆🏾" | "💆🏿" | "💆" | "💆🏻‍♂️" | "💆🏼‍♂️" | "💆🏽‍♂️" | "💆🏾‍♂️" | "💆🏿‍♂️" | "💆‍♂️" | "💆‍♂" | "💆🏻‍♀️" | "💆🏼‍♀️" | "💆🏽‍♀️" | "💆🏾‍♀️" | "💆🏿‍♀️" | "💆‍♀️" | "💆‍♀" | "💇🏻" | "💇🏼" | "💇🏽" | "💇🏾" | "💇🏿" | "💇" | "💇🏻‍♂️" | "💇🏼‍♂️" | "💇🏽‍♂️" | "💇🏾‍♂️" | "💇🏿‍♂️" | "💇‍♂️" | "💇‍♂" | "💇🏻‍♀️" | "💇🏼‍♀️" | "💇🏽‍♀️" | "💇🏾‍♀️" | "💇🏿‍♀️" | "💇‍♀️" | "💇‍♀" | "🚶🏻" | "🚶🏼" | "🚶🏽" | "🚶🏾" | "🚶🏿" | "🚶" | "🚶🏻‍♂️" | "🚶🏼‍♂️" | "🚶🏽‍♂️" | "🚶🏾‍♂️" | "🚶🏿‍♂️" | "🚶‍♂️" | "🚶‍♂" | "🚶🏻‍♀️" | "🚶🏼‍♀️" | "🚶🏽‍♀️" | "🚶🏾‍♀️" | "🚶🏿‍♀️" | "🚶‍♀️" | "🚶‍♀" | "🧍🏻" | "🧍🏼" | "🧍🏽" | "🧍🏾" | "🧍🏿" | "🧍" | "🧍🏻‍♂️" | "🧍🏼‍♂️" | "🧍🏽‍♂️" | "🧍🏾‍♂️" | "🧍🏿‍♂️" | "🧍‍♂️" | "🧍‍♂" | "🧍🏻‍♀️" | "🧍🏼‍♀️" | "🧍🏽‍♀️" | "🧍🏾‍♀️" | "🧍🏿‍♀️" | "🧍‍♀️" | "🧍‍♀" | "🧎🏻" | "🧎🏼" | "🧎🏽" | "🧎🏾" | "🧎🏿" | "🧎" | "🧎🏻‍♂️" | "🧎🏼‍♂️" | "🧎🏽‍♂️" | "🧎🏾‍♂️" | "🧎🏿‍♂️" | "🧎‍♂️" | "🧎‍♂" | "🧎🏻‍♀️" | "🧎🏼‍♀️" | "🧎🏽‍♀️" | "🧎🏾‍♀️" | "🧎🏿‍♀️" | "🧎‍♀️" | "🧎‍♀" | "🧑🏻‍🦯" | "🧑🏼‍🦯" | "🧑🏽‍🦯" | "🧑🏾‍🦯" | "🧑🏿‍🦯" | "🧑‍🦯" | "👨🏻‍🦯" | "👨🏼‍🦯" | "👨🏽‍🦯" | "👨🏾‍🦯" | "👨🏿‍🦯" | "👨‍🦯" | "👩🏻‍🦯" | "👩🏼‍🦯" | "👩🏽‍🦯" | "👩🏾‍🦯" | "👩🏿‍🦯" | "👩‍🦯" | "🧑🏻‍🦼" | "🧑🏼‍🦼" | "🧑🏽‍🦼" | "🧑🏾‍🦼" | "🧑🏿‍🦼" | "🧑‍🦼" | "👨🏻‍🦼" | "👨🏼‍🦼" | "👨🏽‍🦼" | "👨🏾‍🦼" | "👨🏿‍🦼" | "👨‍🦼" | "👩🏻‍🦼" | "👩🏼‍🦼" | "👩🏽‍🦼" | "👩🏾‍🦼" | "👩🏿‍🦼" | "👩‍🦼" | "🧑🏻‍🦽" | "🧑🏼‍🦽" | "🧑🏽‍🦽" | "🧑🏾‍🦽" | "🧑🏿‍🦽" | "🧑‍🦽" | "👨🏻‍🦽" | "👨🏼‍🦽" | "👨🏽‍🦽" | "👨🏾‍🦽" | "👨🏿‍🦽" | "👨‍🦽" | "👩🏻‍🦽" | "👩🏼‍🦽" | "👩🏽‍🦽" | "👩🏾‍🦽" | "👩🏿‍🦽" | "👩‍🦽" | "🏃🏻" | "🏃🏼" | "🏃🏽" | "🏃🏾" | "🏃🏿" | "🏃" | "🏃🏻‍♂️" | "🏃🏼‍♂️" | "🏃🏽‍♂️" | "🏃🏾‍♂️" | "🏃🏿‍♂️" | "🏃‍♂️" | "🏃‍♂" | "🏃🏻‍♀️" | "🏃🏼‍♀️" | "🏃🏽‍♀️" | "🏃🏾‍♀️" | "🏃🏿‍♀️" | "🏃‍♀️" | "🏃‍♀" | "💃🏻" | "💃🏼" | "💃🏽" | "💃🏾" | "💃🏿" | "💃" | "🕺🏻" | "🕺🏼" | "🕺🏽" | "🕺🏾" | "🕺🏿" | "🕺" | "🕴🏻" | "🕴🏼" | "🕴🏽" | "🕴🏾" | "🕴🏿" | "🕴️" | "🕴" | "👯" | "👯‍♂️" | "👯‍♂" | "👯‍♀️" | "👯‍♀" | "🧖🏻" | "🧖🏼" | "🧖🏽" | "🧖🏾" | "🧖🏿" | "🧖" | "🧖🏻‍♂️" | "🧖🏼‍♂️" | "🧖🏽‍♂️" | "🧖🏾‍♂️" | "🧖🏿‍♂️" | "🧖‍♂️" | "🧖‍♂" | "🧖🏻‍♀️" | "🧖🏼‍♀️" | "🧖🏽‍♀️" | "🧖🏾‍♀️" | "🧖🏿‍♀️" | "🧖‍♀️" | "🧖‍♀" | "🧗🏻" | "🧗🏼" | "🧗🏽" | "🧗🏾" | "🧗🏿" | "🧗" | "🧗🏻‍♂️" | "🧗🏼‍♂️" | "🧗🏽‍♂️" | "🧗🏾‍♂️" | "🧗🏿‍♂️" | "🧗‍♂️" | "🧗‍♂" | "🧗🏻‍♀️" | "🧗🏼‍♀️" | "🧗🏽‍♀️" | "🧗🏾‍♀️" | "🧗🏿‍♀️" | "🧗‍♀️" | "🧗‍♀" | "🤺" | "🏇🏻" | "🏇🏼" | "🏇🏽" | "🏇🏾" | "🏇🏿" | "🏇" | "⛷️" | "⛷" | "🏂🏻" | "🏂🏼" | "🏂🏽" | "🏂🏾" | "🏂🏿" | "🏂" | "🏌🏻" | "🏌🏼" | "🏌🏽" | "🏌🏾" | "🏌🏿" | "🏌️" | "🏌" | "🏌🏻‍♂️" | "🏌🏼‍♂️" | "🏌🏽‍♂️" | "🏌🏾‍♂️" | "🏌🏿‍♂️" | "🏌️‍♂️" | "🏌🏻‍♀️" | "🏌🏼‍♀️" | "🏌🏽‍♀️" | "🏌🏾‍♀️" | "🏌🏿‍♀️" | "🏌️‍♀️" | "🏄🏻" | "🏄🏼" | "🏄🏽" | "🏄🏾" | "🏄🏿" | "🏄" | "🏄🏻‍♂️" | "🏄🏼‍♂️" | "🏄🏽‍♂️" | "🏄🏾‍♂️" | "🏄🏿‍♂️" | "🏄‍♂️" | "🏄‍♂" | "🏄🏻‍♀️" | "🏄🏼‍♀️" | "🏄🏽‍♀️" | "🏄🏾‍♀️" | "🏄🏿‍♀️" | "🏄‍♀️" | "🏄‍♀" | "🚣🏻" | "🚣🏼" | "🚣🏽" | "🚣🏾" | "🚣🏿" | "🚣" | "🚣🏻‍♂️" | "🚣🏼‍♂️" | "🚣🏽‍♂️" | "🚣🏾‍♂️" | "🚣🏿‍♂️" | "🚣‍♂️" | "🚣‍♂" | "🚣🏻‍♀️" | "🚣🏼‍♀️" | "🚣🏽‍♀️" | "🚣🏾‍♀️" | "🚣🏿‍♀️" | "🚣‍♀️" | "🚣‍♀" | "🏊🏻" | "🏊🏼" | "🏊🏽" | "🏊🏾" | "🏊🏿" | "🏊" | "🏊🏻‍♂️" | "🏊🏼‍♂️" | "🏊🏽‍♂️" | "🏊🏾‍♂️" | "🏊🏿‍♂️" | "🏊‍♂️" | "🏊‍♂" | "🏊🏻‍♀️" | "🏊🏼‍♀️" | "🏊🏽‍♀️" | "🏊🏾‍♀️" | "🏊🏿‍♀️" | "🏊‍♀️" | "🏊‍♀" | "⛹🏻" | "⛹🏼" | "⛹🏽" | "⛹🏾" | "⛹🏿" | "⛹️" | "⛹" | "⛹🏻‍♂️" | "⛹🏼‍♂️" | "⛹🏽‍♂️" | "⛹🏾‍♂️" | "⛹🏿‍♂️" | "⛹️‍♂️" | "⛹🏻‍♀️" | "⛹🏼‍♀️" | "⛹🏽‍♀️" | "⛹🏾‍♀️" | "⛹🏿‍♀️" | "⛹️‍♀️" | "🏋🏻" | "🏋🏼" | "🏋🏽" | "🏋🏾" | "🏋🏿" | "🏋️" | "🏋" | "🏋🏻‍♂️" | "🏋🏼‍♂️" | "🏋🏽‍♂️" | "🏋🏾‍♂️" | "🏋🏿‍♂️" | "🏋️‍♂️" | "🏋🏻‍♀️" | "🏋🏼‍♀️" | "🏋🏽‍♀️" | "🏋🏾‍♀️" | "🏋🏿‍♀️" | "🏋️‍♀️" | "🚴🏻" | "🚴🏼" | "🚴🏽" | "🚴🏾" | "🚴🏿" | "🚴" | "🚴🏻‍♂️" | "🚴🏼‍♂️" | "🚴🏽‍♂️" | "🚴🏾‍♂️" | "🚴🏿‍♂️" | "🚴‍♂️" | "🚴‍♂" | "🚴🏻‍♀️" | "🚴🏼‍♀️" | "🚴🏽‍♀️" | "🚴🏾‍♀️" | "🚴🏿‍♀️" | "🚴‍♀️" | "🚴‍♀" | "🚵🏻" | "🚵🏼" | "🚵🏽" | "🚵🏾" | "🚵🏿" | "🚵" | "🚵🏻‍♂️" | "🚵🏼‍♂️" | "🚵🏽‍♂️" | "🚵🏾‍♂️" | "🚵🏿‍♂️" | "🚵‍♂️" | "🚵‍♂" | "🚵🏻‍♀️" | "🚵🏼‍♀️" | "🚵🏽‍♀️" | "🚵🏾‍♀️" | "🚵🏿‍♀️" | "🚵‍♀️" | "🚵‍♀" | "🤸🏻" | "🤸🏼" | "🤸🏽" | "🤸🏾" | "🤸🏿" | "🤸" | "🤸🏻‍♂️" | "🤸🏼‍♂️" | "🤸🏽‍♂️" | "🤸🏾‍♂️" | "🤸🏿‍♂️" | "🤸‍♂️" | "🤸‍♂" | "🤸🏻‍♀️" | "🤸🏼‍♀️" | "🤸🏽‍♀️" | "🤸🏾‍♀️" | "🤸🏿‍♀️" | "🤸‍♀️" | "🤸‍♀" | "🤼" | "🤼‍♂️" | "🤼‍♂" | "🤼‍♀️" | "🤼‍♀" | "🤽🏻" | "🤽🏼" | "🤽🏽" | "🤽🏾" | "🤽🏿" | "🤽" | "🤽🏻‍♂️" | "🤽🏼‍♂️" | "🤽🏽‍♂️" | "🤽🏾‍♂️" | "🤽🏿‍♂️" | "🤽‍♂️" | "🤽‍♂" | "🤽🏻‍♀️" | "🤽🏼‍♀️" | "🤽🏽‍♀️" | "🤽🏾‍♀️" | "🤽🏿‍♀️" | "🤽‍♀️" | "🤽‍♀" | "🤾🏻" | "🤾🏼" | "🤾🏽" | "🤾🏾" | "🤾🏿" | "🤾" | "🤾🏻‍♂️" | "🤾🏼‍♂️" | "🤾🏽‍♂️" | "🤾🏾‍♂️" | "🤾🏿‍♂️" | "🤾‍♂️" | "🤾‍♂" | "🤾🏻‍♀️" | "🤾🏼‍♀️" | "🤾🏽‍♀️" | "🤾🏾‍♀️" | "🤾🏿‍♀️" | "🤾‍♀️" | "🤾‍♀" | "🤹🏻" | "🤹🏼" | "🤹🏽" | "🤹🏾" | "🤹🏿" | "🤹" | "🤹🏻‍♂️" | "🤹🏼‍♂️" | "🤹🏽‍♂️" | "🤹🏾‍♂️" | "🤹🏿‍♂️" | "🤹‍♂️" | "🤹‍♂" | "🤹🏻‍♀️" | "🤹🏼‍♀️" | "🤹🏽‍♀️" | "🤹🏾‍♀️" | "🤹🏿‍♀️" | "🤹‍♀️" | "🤹‍♀" | "🧘🏻" | "🧘🏼" | "🧘🏽" | "🧘🏾" | "🧘🏿" | "🧘" | "🧘🏻‍♂️" | "🧘🏼‍♂️" | "🧘🏽‍♂️" | "🧘🏾‍♂️" | "🧘🏿‍♂️" | "🧘‍♂️" | "🧘‍♂" | "🧘🏻‍♀️" | "🧘🏼‍♀️" | "🧘🏽‍♀️" | "🧘🏾‍♀️" | "🧘🏿‍♀️" | "🧘‍♀️" | "🧘‍♀" | "🛀🏻" | "🛀🏼" | "🛀🏽" | "🛀🏾" | "🛀🏿" | "🛀" | "🛌🏻" | "🛌🏼" | "🛌🏽" | "🛌🏾" | "🛌🏿" | "🛌" | "🧑🏻‍🤝‍🧑🏻" | "🧑🏻‍🤝‍🧑🏼" | "🧑🏻‍🤝‍🧑🏽" | "🧑🏻‍🤝‍🧑🏾" | "🧑🏻‍🤝‍🧑🏿" | "🧑🏼‍🤝‍🧑🏻" | "🧑🏼‍🤝‍🧑🏼" | "🧑🏼‍🤝‍🧑🏽" | "🧑🏼‍🤝‍🧑🏾" | "🧑🏼‍🤝‍🧑🏿" | "🧑🏽‍🤝‍🧑🏻" | "🧑🏽‍🤝‍🧑🏼" | "🧑🏽‍🤝‍🧑🏽" | "🧑🏽‍🤝‍🧑🏾" | "🧑🏽‍🤝‍🧑🏿" | "🧑🏾‍🤝‍🧑🏻" | "🧑🏾‍🤝‍🧑🏼" | "🧑🏾‍🤝‍🧑🏽" | "🧑🏾‍🤝‍🧑🏾" | "🧑🏾‍🤝‍🧑🏿" | "🧑🏿‍🤝‍🧑🏻" | "🧑🏿‍🤝‍🧑🏼" | "🧑🏿‍🤝‍🧑🏽" | "🧑🏿‍🤝‍🧑🏾" | "🧑🏿‍🤝‍🧑🏿" | "🧑‍🤝‍🧑" | "👭" | "👫" | "👬" | "💏" | "💑" | "👪" | "👨‍👩‍👦" | "👨‍👩‍👧" | "👨‍👩‍👧‍👦" | "👨‍👩‍👦‍👦" | "👨‍👩‍👧‍👧" | "👨‍👨‍👦" | "👨‍👨‍👧" | "👨‍👨‍👧‍👦" | "👨‍👨‍👦‍👦" | "👨‍👨‍👧‍👧" | "👩‍👩‍👦" | "👩‍👩‍👧" | "👩‍👩‍👧‍👦" | "👩‍👩‍👦‍👦" | "👩‍👩‍👧‍👧" | "👨‍👦" | "👨‍👦‍👦" | "👨‍👧" | "👨‍👧‍👦" | "👨‍👧‍👧" | "👩‍👦" | "👩‍👦‍👦" | "👩‍👧" | "👩‍👧‍👦" | "👩‍👧‍👧" | "🗣️" | "🗣" | "👤" | "👥" | "🫂" | "👣" | "🐵" | "🐒" | "🦍" | "🦧" | "🐶" | "🐕" | "🦮" | "🐕‍🦺" | "🐩" | "🐺" | "🦊" | "🦝" | "🐱" | "🐈" | "🐈‍⬛" | "🦁" | "🐯" | "🐅" | "🐆" | "🐴" | "🐎" | "🦄" | "🦓" | "🦌" | "🦬" | "🐮" | "🐂" | "🐃" | "🐄" | "🐷" | "🐖" | "🐗" | "🐽" | "🐏" | "🐑" | "🐐" | "🐪" | "🐫" | "🦙" | "🦒" | "🐘" | "🦣" | "🦏" | "🦛" | "🐭" | "🐁" | "🐀" | "🐹" | "🐰" | "🐇" | "🐿️" | "🐿" | "🦫" | "🦔" | "🦇" | "🐻" | "🐻‍❄️" | "🐻‍❄" | "🐨" | "🐼" | "🦥" | "🦦" | "🦨" | "🦘" | "🦡" | "🐾" | "🦃" | "🐔" | "🐓" | "🐣" | "🐤" | "🐥" | "🐦" | "🐧" | "🕊️" | "🕊" | "🦅" | "🦆" | "🦢" | "🦉" | "🦤" | "🪶" | "🦩" | "🦚" | "🦜" | "🐸" | "🐊" | "🐢" | "🦎" | "🐍" | "🐲" | "🐉" | "🦕" | "🦖" | "🐳" | "🐋" | "🐬" | "🦭" | "🐟" | "🐠" | "🐡" | "🦈" | "🐙" | "🐚" | "🐌" | "🦋" | "🐛" | "🐜" | "🐝" | "🪲" | "🐞" | "🦗" | "🪳" | "🕷️" | "🕷" | "🕸️" | "🕸" | "🦂" | "🦟" | "🪰" | "🪱" | "🦠" | "💐" | "🌸" | "💮" | "🏵️" | "🏵" | "🌹" | "🥀" | "🌺" | "🌻" | "🌼" | "🌷" | "🌱" | "🪴" | "🌲" | "🌳" | "🌴" | "🌵" | "🌾" | "🌿" | "☘️" | "☘" | "🍀" | "🍁" | "🍂" | "🍃" | "🍇" | "🍈" | "🍉" | "🍊" | "🍋" | "🍌" | "🍍" | "🥭" | "🍎" | "🍏" | "🍐" | "🍑" | "🍒" | "🍓" | "🫐" | "🥝" | "🍅" | "🫒" | "🥥" | "🥑" | "🍆" | "🥔" | "🥕" | "🌽" | "🌶️" | "🌶" | "🫑" | "🥒" | "🥬" | "🥦" | "🧄" | "🧅" | "🍄" | "🥜" | "🌰" | "🍞" | "🥐" | "🥖" | "🫓" | "🥨" | "🥯" | "🥞" | "🧇" | "🧀" | "🍖" | "🍗" | "🥩" | "🥓" | "🍔" | "🍟" | "🍕" | "🌭" | "🥪" | "🌮" | "🌯" | "🫔" | "🥙" | "🧆" | "🥚" | "🍳" | "🥘" | "🍲" | "🫕" | "🥣" | "🥗" | "🍿" | "🧈" | "🧂" | "🥫" | "🍱" | "🍘" | "🍙" | "🍚" | "🍛" | "🍜" | "🍝" | "🍠" | "🍢" | "🍣" | "🍤" | "🍥" | "🥮" | "🍡" | "🥟" | "🥠" | "🥡" | "🦀" | "🦞" | "🦐" | "🦑" | "🦪" | "🍦" | "🍧" | "🍨" | "🍩" | "🍪" | "🎂" | "🍰" | "🧁" | "🥧" | "🍫" | "🍬" | "🍭" | "🍮" | "🍯" | "🍼" | "🥛" | "☕" | "🫖" | "🍵" | "🍶" | "🍾" | "🍷" | "🍸" | "🍹" | "🍺" | "🍻" | "🥂" | "🥃" | "🥤" | "🧋" | "🧃" | "🧉" | "🧊" | "🥢" | "🍽️" | "🍽" | "🍴" | "🥄" | "🔪" | "🏺" | "🌍" | "🌎" | "🌏" | "🌐" | "🗺️" | "🗺" | "🗾" | "🧭" | "🏔️" | "🏔" | "⛰️" | "⛰" | "🌋" | "🗻" | "🏕️" | "🏕" | "🏖️" | "🏖" | "🏜️" | "🏜" | "🏝️" | "🏝" | "🏞️" | "🏞" | "🏟️" | "🏟" | "🏛️" | "🏛" | "🏗️" | "🏗" | "🧱" | "🪨" | "🪵" | "🛖" | "🏘️" | "🏘" | "🏚️" | "🏚" | "🏠" | "🏡" | "🏢" | "🏣" | "🏤" | "🏥" | "🏦" | "🏨" | "🏩" | "🏪" | "🏫" | "🏬" | "🏭" | "🏯" | "🏰" | "💒" | "🗼" | "🗽" | "⛪" | "🕌" | "🛕" | "🕍" | "⛩️" | "⛩" | "🕋" | "⛲" | "⛺" | "🌁" | "🌃" | "🏙️" | "🏙" | "🌄" | "🌅" | "🌆" | "🌇" | "🌉" | "♨️" | "♨" | "🎠" | "🎡" | "🎢" | "💈" | "🎪" | "🚂" | "🚃" | "🚄" | "🚅" | "🚆" | "🚇" | "🚈" | "🚉" | "🚊" | "🚝" | "🚞" | "🚋" | "🚌" | "🚍" | "🚎" | "🚐" | "🚑" | "🚒" | "🚓" | "🚔" | "🚕" | "🚖" | "🚗" | "🚘" | "🚙" | "🛻" | "🚚" | "🚛" | "🚜" | "🏎️" | "🏎" | "🏍️" | "🏍" | "🛵" | "🦽" | "🦼" | "🛺" | "🚲" | "🛴" | "🛹" | "🛼" | "🚏" | "🛣️" | "🛣" | "🛤️" | "🛤" | "🛢️" | "🛢" | "⛽" | "🚨" | "🚥" | "🚦" | "🛑" | "🚧" | "⚓" | "⛵" | "🛶" | "🚤" | "🛳️" | "🛳" | "⛴️" | "⛴" | "🛥️" | "🛥" | "🚢" | "✈️" | "✈" | "🛩️" | "🛩" | "🛫" | "🛬" | "🪂" | "💺" | "🚁" | "🚟" | "🚠" | "🚡" | "🛰️" | "🛰" | "🚀" | "🛸" | "🛎️" | "🛎" | "🧳" | "⌛" | "⏳" | "⌚" | "⏰" | "⏱️" | "⏱" | "⏲️" | "⏲" | "🕰️" | "🕰" | "🕛" | "🕧" | "🕐" | "🕜" | "🕑" | "🕝" | "🕒" | "🕞" | "🕓" | "🕟" | "🕔" | "🕠" | "🕕" | "🕡" | "🕖" | "🕢" | "🕗" | "🕣" | "🕘" | "🕤" | "🕙" | "🕥" | "🕚" | "🕦" | "🌑" | "🌒" | "🌓" | "🌔" | "🌕" | "🌖" | "🌗" | "🌘" | "🌙" | "🌚" | "🌛" | "🌜" | "🌡️" | "🌡" | "☀️" | "☀" | "🌝" | "🌞" | "🪐" | "⭐" | "🌟" | "🌠" | "🌌" | "☁️" | "☁" | "⛅" | "⛈️" | "⛈" | "🌤️" | "🌤" | "🌥️" | "🌥" | "🌦️" | "🌦" | "🌧️" | "🌧" | "🌨️" | "🌨" | "🌩️" | "🌩" | "🌪️" | "🌪" | "🌫️" | "🌫" | "🌬️" | "🌬" | "🌀" | "🌈" | "🌂" | "☂️" | "☂" | "☔" | "⛱️" | "⛱" | "⚡" | "❄️" | "❄" | "☃️" | "☃" | "⛄" | "☄️" | "☄" | "🔥" | "💧" | "🌊" | "🎃" | "🎄" | "🎆" | "🎇" | "🧨" | "✨" | "🎈" | "🎉" | "🎊" | "🎋" | "🎍" | "🎎" | "🎏" | "🎐" | "🎑" | "🧧" | "🎀" | "🎁" | "🎗️" | "🎗" | "🎟️" | "🎟" | "🎫" | "🎖️" | "🎖" | "🏆" | "🏅" | "🥇" | "🥈" | "🥉" | "⚽" | "⚾" | "🥎" | "🏀" | "🏐" | "🏈" | "🏉" | "🎾" | "🥏" | "🎳" | "🏏" | "🏑" | "🏒" | "🥍" | "🏓" | "🏸" | "🥊" | "🥋" | "🥅" | "⛳" | "⛸️" | "⛸" | "🎣" | "🤿" | "🎽" | "🎿" | "🛷" | "🥌" | "🎯" | "🪀" | "🪁" | "🎱" | "🔮" | "🪄" | "🧿" | "🎮" | "🕹️" | "🕹" | "🎰" | "🎲" | "🧩" | "🧸" | "🪅" | "🪆" | "♠️" | "♠" | "♥️" | "♥" | "♦️" | "♦" | "♣️" | "♣" | "♟️" | "♟" | "🃏" | "🀄" | "🎴" | "🎭" | "🖼️" | "🖼" | "🎨" | "🧵" | "🪡" | "🧶" | "🪢" | "👓" | "🕶️" | "🕶" | "🥽" | "🥼" | "🦺" | "👔" | "👕" | "👖" | "🧣" | "🧤" | "🧥" | "🧦" | "👗" | "👘" | "🥻" | "🩱" | "🩲" | "🩳" | "👙" | "👚" | "👛" | "👜" | "👝" | "🛍️" | "🛍" | "🎒" | "🩴" | "👞" | "👟" | "🥾" | "🥿" | "👠" | "👡" | "🩰" | "👢" | "👑" | "👒" | "🎩" | "🎓" | "🧢" | "🪖" | "⛑️" | "⛑" | "📿" | "💄" | "💍" | "💎" | "🔇" | "🔈" | "🔉" | "🔊" | "📢" | "📣" | "📯" | "🔔" | "🔕" | "🎼" | "🎵" | "🎶" | "🎙️" | "🎙" | "🎚️" | "🎚" | "🎛️" | "🎛" | "🎤" | "🎧" | "📻" | "🎷" | "🪗" | "🎸" | "🎹" | "🎺" | "🎻" | "🪕" | "🥁" | "🪘" | "📱" | "📲" | "☎️" | "☎" | "📞" | "📟" | "📠" | "🔋" | "🔌" | "💻" | "🖥️" | "🖥" | "🖨️" | "🖨" | "⌨️" | "⌨" | "🖱️" | "🖱" | "🖲️" | "🖲" | "💽" | "💾" | "💿" | "📀" | "🧮" | "🎥" | "🎞️" | "🎞" | "📽️" | "📽" | "🎬" | "📺" | "📷" | "📸" | "📹" | "📼" | "🔍" | "🔎" | "🕯️" | "🕯" | "💡" | "🔦" | "🏮" | "🪔" | "📔" | "📕" | "📖" | "📗" | "📘" | "📙" | "📚" | "📓" | "📒" | "📃" | "📜" | "📄" | "📰" | "🗞️" | "🗞" | "📑" | "🔖" | "🏷️" | "🏷" | "💰" | "🪙" | "💴" | "💵" | "💶" | "💷" | "💸" | "💳" | "🧾" | "💹" | "✉️" | "✉" | "📧" | "📨" | "📩" | "📤" | "📥" | "📦" | "📫" | "📪" | "📬" | "📭" | "📮" | "🗳️" | "🗳" | "✏️" | "✏" | "✒️" | "✒" | "🖋️" | "🖋" | "🖊️" | "🖊" | "🖌️" | "🖌" | "🖍️" | "🖍" | "📝" | "💼" | "📁" | "📂" | "🗂️" | "🗂" | "📅" | "📆" | "🗒️" | "🗒" | "🗓️" | "🗓" | "📇" | "📈" | "📉" | "📊" | "📋" | "📌" | "📍" | "📎" | "🖇️" | "🖇" | "📏" | "📐" | "✂️" | "✂" | "🗃️" | "🗃" | "🗄️" | "🗄" | "🗑️" | "🗑" | "🔒" | "🔓" | "🔏" | "🔐" | "🔑" | "🗝️" | "🗝" | "🔨" | "🪓" | "⛏️" | "⛏" | "⚒️" | "⚒" | "🛠️" | "🛠" | "🗡️" | "🗡" | "⚔️" | "⚔" | "🔫" | "🪃" | "🏹" | "🛡️" | "🛡" | "🪚" | "🔧" | "🪛" | "🔩" | "⚙️" | "⚙" | "🗜️" | "🗜" | "⚖️" | "⚖" | "🦯" | "🔗" | "⛓️" | "⛓" | "🪝" | "🧰" | "🧲" | "🪜" | "⚗️" | "⚗" | "🧪" | "🧫" | "🧬" | "🔬" | "🔭" | "📡" | "💉" | "🩸" | "💊" | "🩹" | "🩺" | "🚪" | "🛗" | "🪞" | "🪟" | "🛏️" | "🛏" | "🛋️" | "🛋" | "🪑" | "🚽" | "🪠" | "🚿" | "🛁" | "🪤" | "🪒" | "🧴" | "🧷" | "🧹" | "🧺" | "🧻" | "🪣" | "🧼" | "🪥" | "🧽" | "🧯" | "🛒" | "🚬" | "⚰️" | "⚰" | "🪦" | "⚱️" | "⚱" | "🗿" | "🪧" | "🏧" | "🚮" | "🚰" | "♿" | "🚹" | "🚺" | "🚻" | "🚼" | "🚾" | "🛂" | "🛃" | "🛄" | "🛅" | "⚠️" | "⚠" | "🚸" | "⛔" | "🚫" | "🚳" | "🚭" | "🚯" | "🚱" | "🚷" | "📵" | "🔞" | "☢️" | "☢" | "☣️" | "☣" | "⬆️" | "⬆" | "↗️" | "↗" | "➡️" | "➡" | "↘️" | "↘" | "⬇️" | "⬇" | "↙️" | "↙" | "⬅️" | "⬅" | "↖️" | "↖" | "↕️" | "↕" | "↔️" | "↔" | "↩️" | "↩" | "↪️" | "↪" | "⤴️" | "⤴" | "⤵️" | "⤵" | "🔃" | "🔄" | "🔙" | "🔚" | "🔛" | "🔜" | "🔝" | "🛐" | "⚛️" | "⚛" | "🕉️" | "🕉" | "✡️" | "✡" | "☸️" | "☸" | "☯️" | "☯" | "✝️" | "✝" | "☦️" | "☦" | "☪️" | "☪" | "☮️" | "☮" | "🕎" | "🔯" | "♈" | "♉" | "♊" | "♋" | "♌" | "♍" | "♎" | "♏" | "♐" | "♑" | "♒" | "♓" | "⛎" | "🔀" | "🔁" | "🔂" | "▶️" | "▶" | "⏩" | "⏭️" | "⏭" | "⏯️" | "⏯" | "◀️" | "◀" | "⏪" | "⏮️" | "⏮" | "🔼" | "⏫" | "🔽" | "⏬" | "⏸️" | "⏸" | "⏹️" | "⏹" | "⏺️" | "⏺" | "⏏️" | "⏏" | "🎦" | "🔅" | "🔆" | "📶" | "📳" | "📴" | "♀️" | "♀" | "♂️" | "♂" | "⚧️" | "⚧" | "✖️" | "✖" | "➕" | "➖" | "➗" | "♾️" | "♾" | "‼️" | "‼" | "⁉️" | "⁉" | "❓" | "❔" | "❕" | "❗" | "〰️" | "〰" | "💱" | "💲" | "⚕️" | "⚕" | "♻️" | "♻" | "⚜️" | "⚜" | "🔱" | "📛" | "🔰" | "⭕" | "✅" | "☑️" | "☑" | "✔️" | "✔" | "❌" | "❎" | "➰" | "➿" | "〽️" | "〽" | "✳️" | "✳" | "✴️" | "✴" | "❇️" | "❇" | "©️" | "©" | "®️" | "®" | "™️" | "™" | "#️⃣" | "#⃣" | "*️⃣" | "*⃣" | "0️⃣" | "0⃣" | "1️⃣" | "1⃣" | "2️⃣" | "2⃣" | "3️⃣" | "3⃣" | "4️⃣" | "4⃣" | "5️⃣" | "5⃣" | "6️⃣" | "6⃣" | "7️⃣" | "7⃣" | "8️⃣" | "8⃣" | "9️⃣" | "9⃣" | "🔟" | "🔠" | "🔡" | "🔢" | "🔣" | "🔤" | "🅰️" | "🅰" | "🆎" | "🅱️" | "🅱" | "🆑" | "🆒" | "🆓" | "ℹ️" | "ℹ" | "🆔" | "Ⓜ️" | "Ⓜ" | "🆕" | "🆖" | "🅾️" | "🅾" | "🆗" | "🅿️" | "🅿" | "🆘" | "🆙" | "🆚" | "🈁" | "🈂️" | "🈂" | "🈷️" | "🈷" | "🈶" | "🈯" | "🉐" | "🈹" | "🈚" | "🈲" | "🉑" | "🈸" | "🈴" | "🈳" | "㊗️" | "㊗" | "㊙️" | "㊙" | "🈺" | "🈵" | "🔴" | "🟠" | "🟡" | "🟢" | "🔵" | "🟣" | "🟤" | "⚫" | "⚪" | "🟥" | "🟧" | "🟨" | "🟩" | "🟦" | "🟪" | "🟫" | "⬛" | "⬜" | "◼️" | "◼" | "◻️" | "◻" | "◾" | "◽" | "▪️" | "▪" | "▫️" | "▫" | "🔶" | "🔷" | "🔸" | "🔹" | "🔺" | "🔻" | "💠" | "🔘" | "🔳" | "🔲" | "🏁" | "🚩" | "🎌" | "🏴" | "🏳️" | "🏳" | "🏳️‍🌈" | "🏳‍🌈" | "🏳️‍⚧️" | "🏴‍☠️" | "🏴‍☠" | "🇦🇨" | "🇦🇩" | "🇦🇪" | "🇦🇫" | "🇦🇬" | "🇦🇮" | "🇦🇱" | "🇦🇲" | "🇦🇴" | "🇦🇶" | "🇦🇷" | "🇦🇸" | "🇦🇹" | "🇦🇺" | "🇦🇼" | "🇦🇽" | "🇦🇿" | "🇧🇦" | "🇧🇧" | "🇧🇩" | "🇧🇪" | "🇧🇫" | "🇧🇬" | "🇧🇭" | "🇧🇮" | "🇧🇯" | "🇧🇱" | "🇧🇲" | "🇧🇳" | "🇧🇴" | "🇧🇶" | "🇧🇷" | "🇧🇸" | "🇧🇹" | "🇧🇻" | "🇧🇼" | "🇧🇾" | "🇧🇿" | "🇨🇦" | "🇨🇨" | "🇨🇩" | "🇨🇫" | "🇨🇬" | "🇨🇭" | "🇨🇮" | "🇨🇰" | "🇨🇱" | "🇨🇲" | "🇨🇳" | "🇨🇴" | "🇨🇵" | "🇨🇷" | "🇨🇺" | "🇨🇻" | "🇨🇼" | "🇨🇽" | "🇨🇾" | "🇨🇿" | "🇩🇪" | "🇩🇬" | "🇩🇯" | "🇩🇰" | "🇩🇲" | "🇩🇴" | "🇩🇿" | "🇪🇦" | "🇪🇨" | "🇪🇪" | "🇪🇬" | "🇪🇭" | "🇪🇷" | "🇪🇸" | "🇪🇹" | "🇪🇺" | "🇫🇮" | "🇫🇯" | "🇫🇰" | "🇫🇲" | "🇫🇴" | "🇫🇷" | "🇬🇦" | "🇬🇧" | "🇬🇩" | "🇬🇪" | "🇬🇫" | "🇬🇬" | "🇬🇭" | "🇬🇮" | "🇬🇱" | "🇬🇲" | "🇬🇳" | "🇬🇵" | "🇬🇶" | "🇬🇷" | "🇬🇸" | "🇬🇹" | "🇬🇺" | "🇬🇼" | "🇬🇾" | "🇭🇰" | "🇭🇲" | "🇭🇳" | "🇭🇷" | "🇭🇹" | "🇭🇺" | "🇮🇨" | "🇮🇩" | "🇮🇪" | "🇮🇱" | "🇮🇲" | "🇮🇳" | "🇮🇴" | "🇮🇶" | "🇮🇷" | "🇮🇸" | "🇮🇹" | "🇯🇪" | "🇯🇲" | "🇯🇴" | "🇯🇵" | "🇰🇪" | "🇰🇬" | "🇰🇭" | "🇰🇮" | "🇰🇲" | "🇰🇳" | "🇰🇵" | "🇰🇷" | "🇰🇼" | "🇰🇾" | "🇰🇿" | "🇱🇦" | "🇱🇧" | "🇱🇨" | "🇱🇮" | "🇱🇰" | "🇱🇷" | "🇱🇸" | "🇱🇹" | "🇱🇺" | "🇱🇻" | "🇱🇾" | "🇲🇦" | "🇲🇨" | "🇲🇩" | "🇲🇪" | "🇲🇫" | "🇲🇬" | "🇲🇭" | "🇲🇰" | "🇲🇱" | "🇲🇲" | "🇲🇳" | "🇲🇴" | "🇲🇵" | "🇲🇶" | "🇲🇷" | "🇲🇸" | "🇲🇹" | "🇲🇺" | "🇲🇻" | "🇲🇼" | "🇲🇽" | "🇲🇾" | "🇲🇿" | "🇳🇦" | "🇳🇨" | "🇳🇪" | "🇳🇫" | "🇳🇬" | "🇳🇮" | "🇳🇱" | "🇳🇴" | "🇳🇵" | "🇳🇷" | "🇳🇺" | "🇳🇿" | "🇴🇲" | "🇵🇦" | "🇵🇪" | "🇵🇫" | "🇵🇬" | "🇵🇭" | "🇵🇰" | "🇵🇱" | "🇵🇲" | "🇵🇳" | "🇵🇷" | "🇵🇸" | "🇵🇹" | "🇵🇼" | "🇵🇾" | "🇶🇦" | "🇷🇪" | "🇷🇴" | "🇷🇸" | "🇷🇺" | "🇷🇼" | "🇸🇦" | "🇸🇧" | "🇸🇨" | "🇸🇩" | "🇸🇪" | "🇸🇬" | "🇸🇭" | "🇸🇮" | "🇸🇯" | "🇸🇰" | "🇸🇱" | "🇸🇲" | "🇸🇳" | "🇸🇴" | "🇸🇷" | "🇸🇸" | "🇸🇹" | "🇸🇻" | "🇸🇽" | "🇸🇾" | "🇸🇿" | "🇹🇦" | "🇹🇨" | "🇹🇩" | "🇹🇫" | "🇹🇬" | "🇹🇭" | "🇹🇯" | "🇹🇰" | "🇹🇱" | "🇹🇲" | "🇹🇳" | "🇹🇴" | "🇹🇷" | "🇹🇹" | "🇹🇻" | "🇹🇼" | "🇹🇿" | "🇺🇦" | "🇺🇬" | "🇺🇲" | "🇺🇳" | "🇺🇸" | "🇺🇾" | "🇺🇿" | "🇻🇦" | "🇻🇨" | "🇻🇪" | "🇻🇬" | "🇻🇮" | "🇻🇳" | "🇻🇺" | "🇼🇫" | "🇼🇸" | "🇽🇰" | "🇾🇪" | "🇾🇹" | "🇿🇦" | "🇿🇲" | "🇿🇼" | "🏴󠁧󠁢󠁥󠁮󠁧󠁿" | "🏴󠁧󠁢󠁳󠁣󠁴󠁿" | "🏴󠁧󠁢󠁷󠁬󠁳󠁿";
@@ -1965,7 +1965,7 @@ export declare class NotionCompatAPI {
1965
1965
  } | {
1966
1966
  type: "table_of_contents";
1967
1967
  table_of_contents: {
1968
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
1968
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
1969
1969
  };
1970
1970
  object: "block";
1971
1971
  id: string;
@@ -2080,7 +2080,7 @@ export declare class NotionCompatAPI {
2080
2080
  strikethrough: boolean;
2081
2081
  underline: boolean;
2082
2082
  code: boolean;
2083
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
2083
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
2084
2084
  };
2085
2085
  plain_text: string;
2086
2086
  href: string;
@@ -2088,7 +2088,10 @@ export declare class NotionCompatAPI {
2088
2088
  type: "mention";
2089
2089
  mention: {
2090
2090
  type: "user";
2091
- user: ({
2091
+ user: {
2092
+ id: string;
2093
+ object: "user";
2094
+ } | ({
2092
2095
  type: "person";
2093
2096
  person: {
2094
2097
  email?: string;
@@ -2126,10 +2129,7 @@ export declare class NotionCompatAPI {
2126
2129
  avatar_url: string;
2127
2130
  id: string;
2128
2131
  object: "user";
2129
- }) | {
2130
- id: string;
2131
- object: "user";
2132
- };
2132
+ });
2133
2133
  } | {
2134
2134
  type: "date";
2135
2135
  date: {
@@ -2168,7 +2168,7 @@ export declare class NotionCompatAPI {
2168
2168
  strikethrough: boolean;
2169
2169
  underline: boolean;
2170
2170
  code: boolean;
2171
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
2171
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
2172
2172
  };
2173
2173
  plain_text: string;
2174
2174
  href: string;
@@ -2183,7 +2183,7 @@ export declare class NotionCompatAPI {
2183
2183
  strikethrough: boolean;
2184
2184
  underline: boolean;
2185
2185
  code: boolean;
2186
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
2186
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
2187
2187
  };
2188
2188
  plain_text: string;
2189
2189
  href: string;
@@ -2221,7 +2221,7 @@ export declare class NotionCompatAPI {
2221
2221
  strikethrough: boolean;
2222
2222
  underline: boolean;
2223
2223
  code: boolean;
2224
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
2224
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
2225
2225
  };
2226
2226
  plain_text: string;
2227
2227
  href: string;
@@ -2229,7 +2229,10 @@ export declare class NotionCompatAPI {
2229
2229
  type: "mention";
2230
2230
  mention: {
2231
2231
  type: "user";
2232
- user: ({
2232
+ user: {
2233
+ id: string;
2234
+ object: "user";
2235
+ } | ({
2233
2236
  type: "person";
2234
2237
  person: {
2235
2238
  email?: string;
@@ -2267,10 +2270,7 @@ export declare class NotionCompatAPI {
2267
2270
  avatar_url: string;
2268
2271
  id: string;
2269
2272
  object: "user";
2270
- }) | {
2271
- id: string;
2272
- object: "user";
2273
- };
2273
+ });
2274
2274
  } | {
2275
2275
  type: "date";
2276
2276
  date: {
@@ -2309,7 +2309,7 @@ export declare class NotionCompatAPI {
2309
2309
  strikethrough: boolean;
2310
2310
  underline: boolean;
2311
2311
  code: boolean;
2312
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
2312
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
2313
2313
  };
2314
2314
  plain_text: string;
2315
2315
  href: string;
@@ -2324,7 +2324,7 @@ export declare class NotionCompatAPI {
2324
2324
  strikethrough: boolean;
2325
2325
  underline: boolean;
2326
2326
  code: boolean;
2327
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
2327
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
2328
2328
  };
2329
2329
  plain_text: string;
2330
2330
  href: string;
@@ -2362,7 +2362,7 @@ export declare class NotionCompatAPI {
2362
2362
  strikethrough: boolean;
2363
2363
  underline: boolean;
2364
2364
  code: boolean;
2365
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
2365
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
2366
2366
  };
2367
2367
  plain_text: string;
2368
2368
  href: string;
@@ -2370,7 +2370,10 @@ export declare class NotionCompatAPI {
2370
2370
  type: "mention";
2371
2371
  mention: {
2372
2372
  type: "user";
2373
- user: ({
2373
+ user: {
2374
+ id: string;
2375
+ object: "user";
2376
+ } | ({
2374
2377
  type: "person";
2375
2378
  person: {
2376
2379
  email?: string;
@@ -2408,10 +2411,7 @@ export declare class NotionCompatAPI {
2408
2411
  avatar_url: string;
2409
2412
  id: string;
2410
2413
  object: "user";
2411
- }) | {
2412
- id: string;
2413
- object: "user";
2414
- };
2414
+ });
2415
2415
  } | {
2416
2416
  type: "date";
2417
2417
  date: {
@@ -2450,7 +2450,7 @@ export declare class NotionCompatAPI {
2450
2450
  strikethrough: boolean;
2451
2451
  underline: boolean;
2452
2452
  code: boolean;
2453
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
2453
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
2454
2454
  };
2455
2455
  plain_text: string;
2456
2456
  href: string;
@@ -2465,7 +2465,7 @@ export declare class NotionCompatAPI {
2465
2465
  strikethrough: boolean;
2466
2466
  underline: boolean;
2467
2467
  code: boolean;
2468
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
2468
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
2469
2469
  };
2470
2470
  plain_text: string;
2471
2471
  href: string;
@@ -2506,7 +2506,7 @@ export declare class NotionCompatAPI {
2506
2506
  strikethrough: boolean;
2507
2507
  underline: boolean;
2508
2508
  code: boolean;
2509
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
2509
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
2510
2510
  };
2511
2511
  plain_text: string;
2512
2512
  href: string;
@@ -2514,7 +2514,10 @@ export declare class NotionCompatAPI {
2514
2514
  type: "mention";
2515
2515
  mention: {
2516
2516
  type: "user";
2517
- user: ({
2517
+ user: {
2518
+ id: string;
2519
+ object: "user";
2520
+ } | ({
2518
2521
  type: "person";
2519
2522
  person: {
2520
2523
  email?: string;
@@ -2552,10 +2555,7 @@ export declare class NotionCompatAPI {
2552
2555
  avatar_url: string;
2553
2556
  id: string;
2554
2557
  object: "user";
2555
- }) | {
2556
- id: string;
2557
- object: "user";
2558
- };
2558
+ });
2559
2559
  } | {
2560
2560
  type: "date";
2561
2561
  date: {
@@ -2594,7 +2594,7 @@ export declare class NotionCompatAPI {
2594
2594
  strikethrough: boolean;
2595
2595
  underline: boolean;
2596
2596
  code: boolean;
2597
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
2597
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
2598
2598
  };
2599
2599
  plain_text: string;
2600
2600
  href: string;
@@ -2609,7 +2609,7 @@ export declare class NotionCompatAPI {
2609
2609
  strikethrough: boolean;
2610
2610
  underline: boolean;
2611
2611
  code: boolean;
2612
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
2612
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
2613
2613
  };
2614
2614
  plain_text: string;
2615
2615
  href: string;
@@ -2634,7 +2634,7 @@ export declare class NotionCompatAPI {
2634
2634
  strikethrough: boolean;
2635
2635
  underline: boolean;
2636
2636
  code: boolean;
2637
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
2637
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
2638
2638
  };
2639
2639
  plain_text: string;
2640
2640
  href: string;
@@ -2642,7 +2642,10 @@ export declare class NotionCompatAPI {
2642
2642
  type: "mention";
2643
2643
  mention: {
2644
2644
  type: "user";
2645
- user: ({
2645
+ user: {
2646
+ id: string;
2647
+ object: "user";
2648
+ } | ({
2646
2649
  type: "person";
2647
2650
  person: {
2648
2651
  email?: string;
@@ -2680,10 +2683,7 @@ export declare class NotionCompatAPI {
2680
2683
  avatar_url: string;
2681
2684
  id: string;
2682
2685
  object: "user";
2683
- }) | {
2684
- id: string;
2685
- object: "user";
2686
- };
2686
+ });
2687
2687
  } | {
2688
2688
  type: "date";
2689
2689
  date: {
@@ -2722,7 +2722,7 @@ export declare class NotionCompatAPI {
2722
2722
  strikethrough: boolean;
2723
2723
  underline: boolean;
2724
2724
  code: boolean;
2725
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
2725
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
2726
2726
  };
2727
2727
  plain_text: string;
2728
2728
  href: string;
@@ -2737,7 +2737,7 @@ export declare class NotionCompatAPI {
2737
2737
  strikethrough: boolean;
2738
2738
  underline: boolean;
2739
2739
  code: boolean;
2740
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
2740
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
2741
2741
  };
2742
2742
  plain_text: string;
2743
2743
  href: string;
@@ -2778,7 +2778,7 @@ export declare class NotionCompatAPI {
2778
2778
  strikethrough: boolean;
2779
2779
  underline: boolean;
2780
2780
  code: boolean;
2781
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
2781
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
2782
2782
  };
2783
2783
  plain_text: string;
2784
2784
  href: string;
@@ -2786,7 +2786,10 @@ export declare class NotionCompatAPI {
2786
2786
  type: "mention";
2787
2787
  mention: {
2788
2788
  type: "user";
2789
- user: ({
2789
+ user: {
2790
+ id: string;
2791
+ object: "user";
2792
+ } | ({
2790
2793
  type: "person";
2791
2794
  person: {
2792
2795
  email?: string;
@@ -2824,10 +2827,7 @@ export declare class NotionCompatAPI {
2824
2827
  avatar_url: string;
2825
2828
  id: string;
2826
2829
  object: "user";
2827
- }) | {
2828
- id: string;
2829
- object: "user";
2830
- };
2830
+ });
2831
2831
  } | {
2832
2832
  type: "date";
2833
2833
  date: {
@@ -2866,7 +2866,7 @@ export declare class NotionCompatAPI {
2866
2866
  strikethrough: boolean;
2867
2867
  underline: boolean;
2868
2868
  code: boolean;
2869
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
2869
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
2870
2870
  };
2871
2871
  plain_text: string;
2872
2872
  href: string;
@@ -2881,7 +2881,7 @@ export declare class NotionCompatAPI {
2881
2881
  strikethrough: boolean;
2882
2882
  underline: boolean;
2883
2883
  code: boolean;
2884
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
2884
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
2885
2885
  };
2886
2886
  plain_text: string;
2887
2887
  href: string;
@@ -2906,7 +2906,7 @@ export declare class NotionCompatAPI {
2906
2906
  strikethrough: boolean;
2907
2907
  underline: boolean;
2908
2908
  code: boolean;
2909
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
2909
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
2910
2910
  };
2911
2911
  plain_text: string;
2912
2912
  href: string;
@@ -2914,7 +2914,10 @@ export declare class NotionCompatAPI {
2914
2914
  type: "mention";
2915
2915
  mention: {
2916
2916
  type: "user";
2917
- user: ({
2917
+ user: {
2918
+ id: string;
2919
+ object: "user";
2920
+ } | ({
2918
2921
  type: "person";
2919
2922
  person: {
2920
2923
  email?: string;
@@ -2952,10 +2955,7 @@ export declare class NotionCompatAPI {
2952
2955
  avatar_url: string;
2953
2956
  id: string;
2954
2957
  object: "user";
2955
- }) | {
2956
- id: string;
2957
- object: "user";
2958
- };
2958
+ });
2959
2959
  } | {
2960
2960
  type: "date";
2961
2961
  date: {
@@ -2994,7 +2994,7 @@ export declare class NotionCompatAPI {
2994
2994
  strikethrough: boolean;
2995
2995
  underline: boolean;
2996
2996
  code: boolean;
2997
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
2997
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
2998
2998
  };
2999
2999
  plain_text: string;
3000
3000
  href: string;
@@ -3009,7 +3009,7 @@ export declare class NotionCompatAPI {
3009
3009
  strikethrough: boolean;
3010
3010
  underline: boolean;
3011
3011
  code: boolean;
3012
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
3012
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
3013
3013
  };
3014
3014
  plain_text: string;
3015
3015
  href: string;
@@ -3050,7 +3050,7 @@ export declare class NotionCompatAPI {
3050
3050
  strikethrough: boolean;
3051
3051
  underline: boolean;
3052
3052
  code: boolean;
3053
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
3053
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
3054
3054
  };
3055
3055
  plain_text: string;
3056
3056
  href: string;
@@ -3058,7 +3058,10 @@ export declare class NotionCompatAPI {
3058
3058
  type: "mention";
3059
3059
  mention: {
3060
3060
  type: "user";
3061
- user: ({
3061
+ user: {
3062
+ id: string;
3063
+ object: "user";
3064
+ } | ({
3062
3065
  type: "person";
3063
3066
  person: {
3064
3067
  email?: string;
@@ -3096,10 +3099,7 @@ export declare class NotionCompatAPI {
3096
3099
  avatar_url: string;
3097
3100
  id: string;
3098
3101
  object: "user";
3099
- }) | {
3100
- id: string;
3101
- object: "user";
3102
- };
3102
+ });
3103
3103
  } | {
3104
3104
  type: "date";
3105
3105
  date: {
@@ -3138,7 +3138,7 @@ export declare class NotionCompatAPI {
3138
3138
  strikethrough: boolean;
3139
3139
  underline: boolean;
3140
3140
  code: boolean;
3141
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
3141
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
3142
3142
  };
3143
3143
  plain_text: string;
3144
3144
  href: string;
@@ -3153,7 +3153,7 @@ export declare class NotionCompatAPI {
3153
3153
  strikethrough: boolean;
3154
3154
  underline: boolean;
3155
3155
  code: boolean;
3156
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
3156
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
3157
3157
  };
3158
3158
  plain_text: string;
3159
3159
  href: string;
@@ -3178,7 +3178,7 @@ export declare class NotionCompatAPI {
3178
3178
  strikethrough: boolean;
3179
3179
  underline: boolean;
3180
3180
  code: boolean;
3181
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
3181
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
3182
3182
  };
3183
3183
  plain_text: string;
3184
3184
  href: string;
@@ -3186,7 +3186,10 @@ export declare class NotionCompatAPI {
3186
3186
  type: "mention";
3187
3187
  mention: {
3188
3188
  type: "user";
3189
- user: ({
3189
+ user: {
3190
+ id: string;
3191
+ object: "user";
3192
+ } | ({
3190
3193
  type: "person";
3191
3194
  person: {
3192
3195
  email?: string;
@@ -3224,10 +3227,7 @@ export declare class NotionCompatAPI {
3224
3227
  avatar_url: string;
3225
3228
  id: string;
3226
3229
  object: "user";
3227
- }) | {
3228
- id: string;
3229
- object: "user";
3230
- };
3230
+ });
3231
3231
  } | {
3232
3232
  type: "date";
3233
3233
  date: {
@@ -3266,7 +3266,7 @@ export declare class NotionCompatAPI {
3266
3266
  strikethrough: boolean;
3267
3267
  underline: boolean;
3268
3268
  code: boolean;
3269
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
3269
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
3270
3270
  };
3271
3271
  plain_text: string;
3272
3272
  href: string;
@@ -3281,7 +3281,7 @@ export declare class NotionCompatAPI {
3281
3281
  strikethrough: boolean;
3282
3282
  underline: boolean;
3283
3283
  code: boolean;
3284
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
3284
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
3285
3285
  };
3286
3286
  plain_text: string;
3287
3287
  href: string;
@@ -3322,7 +3322,7 @@ export declare class NotionCompatAPI {
3322
3322
  strikethrough: boolean;
3323
3323
  underline: boolean;
3324
3324
  code: boolean;
3325
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
3325
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
3326
3326
  };
3327
3327
  plain_text: string;
3328
3328
  href: string;
@@ -3330,7 +3330,10 @@ export declare class NotionCompatAPI {
3330
3330
  type: "mention";
3331
3331
  mention: {
3332
3332
  type: "user";
3333
- user: ({
3333
+ user: {
3334
+ id: string;
3335
+ object: "user";
3336
+ } | ({
3334
3337
  type: "person";
3335
3338
  person: {
3336
3339
  email?: string;
@@ -3368,10 +3371,7 @@ export declare class NotionCompatAPI {
3368
3371
  avatar_url: string;
3369
3372
  id: string;
3370
3373
  object: "user";
3371
- }) | {
3372
- id: string;
3373
- object: "user";
3374
- };
3374
+ });
3375
3375
  } | {
3376
3376
  type: "date";
3377
3377
  date: {
@@ -3410,7 +3410,7 @@ export declare class NotionCompatAPI {
3410
3410
  strikethrough: boolean;
3411
3411
  underline: boolean;
3412
3412
  code: boolean;
3413
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
3413
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
3414
3414
  };
3415
3415
  plain_text: string;
3416
3416
  href: string;
@@ -3425,7 +3425,7 @@ export declare class NotionCompatAPI {
3425
3425
  strikethrough: boolean;
3426
3426
  underline: boolean;
3427
3427
  code: boolean;
3428
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
3428
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
3429
3429
  };
3430
3430
  plain_text: string;
3431
3431
  href: string;
@@ -3450,7 +3450,7 @@ export declare class NotionCompatAPI {
3450
3450
  strikethrough: boolean;
3451
3451
  underline: boolean;
3452
3452
  code: boolean;
3453
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
3453
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
3454
3454
  };
3455
3455
  plain_text: string;
3456
3456
  href: string;
@@ -3458,7 +3458,10 @@ export declare class NotionCompatAPI {
3458
3458
  type: "mention";
3459
3459
  mention: {
3460
3460
  type: "user";
3461
- user: ({
3461
+ user: {
3462
+ id: string;
3463
+ object: "user";
3464
+ } | ({
3462
3465
  type: "person";
3463
3466
  person: {
3464
3467
  email?: string;
@@ -3496,10 +3499,7 @@ export declare class NotionCompatAPI {
3496
3499
  avatar_url: string;
3497
3500
  id: string;
3498
3501
  object: "user";
3499
- }) | {
3500
- id: string;
3501
- object: "user";
3502
- };
3502
+ });
3503
3503
  } | {
3504
3504
  type: "date";
3505
3505
  date: {
@@ -3538,7 +3538,7 @@ export declare class NotionCompatAPI {
3538
3538
  strikethrough: boolean;
3539
3539
  underline: boolean;
3540
3540
  code: boolean;
3541
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
3541
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
3542
3542
  };
3543
3543
  plain_text: string;
3544
3544
  href: string;
@@ -3553,7 +3553,7 @@ export declare class NotionCompatAPI {
3553
3553
  strikethrough: boolean;
3554
3554
  underline: boolean;
3555
3555
  code: boolean;
3556
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
3556
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
3557
3557
  };
3558
3558
  plain_text: string;
3559
3559
  href: string;
@@ -3594,7 +3594,7 @@ export declare class NotionCompatAPI {
3594
3594
  strikethrough: boolean;
3595
3595
  underline: boolean;
3596
3596
  code: boolean;
3597
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
3597
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
3598
3598
  };
3599
3599
  plain_text: string;
3600
3600
  href: string;
@@ -3602,7 +3602,10 @@ export declare class NotionCompatAPI {
3602
3602
  type: "mention";
3603
3603
  mention: {
3604
3604
  type: "user";
3605
- user: ({
3605
+ user: {
3606
+ id: string;
3607
+ object: "user";
3608
+ } | ({
3606
3609
  type: "person";
3607
3610
  person: {
3608
3611
  email?: string;
@@ -3640,10 +3643,7 @@ export declare class NotionCompatAPI {
3640
3643
  avatar_url: string;
3641
3644
  id: string;
3642
3645
  object: "user";
3643
- }) | {
3644
- id: string;
3645
- object: "user";
3646
- };
3646
+ });
3647
3647
  } | {
3648
3648
  type: "date";
3649
3649
  date: {
@@ -3682,7 +3682,7 @@ export declare class NotionCompatAPI {
3682
3682
  strikethrough: boolean;
3683
3683
  underline: boolean;
3684
3684
  code: boolean;
3685
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
3685
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
3686
3686
  };
3687
3687
  plain_text: string;
3688
3688
  href: string;
@@ -3697,7 +3697,7 @@ export declare class NotionCompatAPI {
3697
3697
  strikethrough: boolean;
3698
3698
  underline: boolean;
3699
3699
  code: boolean;
3700
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
3700
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
3701
3701
  };
3702
3702
  plain_text: string;
3703
3703
  href: string;
@@ -3722,7 +3722,7 @@ export declare class NotionCompatAPI {
3722
3722
  strikethrough: boolean;
3723
3723
  underline: boolean;
3724
3724
  code: boolean;
3725
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
3725
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
3726
3726
  };
3727
3727
  plain_text: string;
3728
3728
  href: string;
@@ -3730,7 +3730,10 @@ export declare class NotionCompatAPI {
3730
3730
  type: "mention";
3731
3731
  mention: {
3732
3732
  type: "user";
3733
- user: ({
3733
+ user: {
3734
+ id: string;
3735
+ object: "user";
3736
+ } | ({
3734
3737
  type: "person";
3735
3738
  person: {
3736
3739
  email?: string;
@@ -3768,10 +3771,7 @@ export declare class NotionCompatAPI {
3768
3771
  avatar_url: string;
3769
3772
  id: string;
3770
3773
  object: "user";
3771
- }) | {
3772
- id: string;
3773
- object: "user";
3774
- };
3774
+ });
3775
3775
  } | {
3776
3776
  type: "date";
3777
3777
  date: {
@@ -3810,7 +3810,7 @@ export declare class NotionCompatAPI {
3810
3810
  strikethrough: boolean;
3811
3811
  underline: boolean;
3812
3812
  code: boolean;
3813
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
3813
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
3814
3814
  };
3815
3815
  plain_text: string;
3816
3816
  href: string;
@@ -3825,7 +3825,7 @@ export declare class NotionCompatAPI {
3825
3825
  strikethrough: boolean;
3826
3826
  underline: boolean;
3827
3827
  code: boolean;
3828
- color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "default" | "green" | "green_background";
3828
+ color: "gray" | "brown" | "orange" | "yellow" | "blue" | "purple" | "pink" | "red" | "gray_background" | "brown_background" | "orange_background" | "yellow_background" | "blue_background" | "purple_background" | "pink_background" | "red_background" | "green" | "green_background" | "default";
3829
3829
  };
3830
3830
  plain_text: string;
3831
3831
  href: string;