Add title emoji support in JSON import/export (#6660)
This commit is contained in:
@@ -60,7 +60,7 @@ export type StructuredImportData = {
|
||||
id: string;
|
||||
urlId?: string;
|
||||
title: string;
|
||||
emoji?: string;
|
||||
emoji?: string | null;
|
||||
/**
|
||||
* The document text. To reference an attachment or image use the special
|
||||
* formatting <<attachmentId>>. It will be replaced with a reference to the
|
||||
|
||||
Reference in New Issue
Block a user