Add title emoji support in JSON import/export (#6660)
This commit is contained in:
@@ -465,6 +465,7 @@ export type DocumentJSONExport = {
|
||||
id: string;
|
||||
urlId: string;
|
||||
title: string;
|
||||
emoji: string | null;
|
||||
data: Record<string, any>;
|
||||
createdById: string;
|
||||
createdByName: string;
|
||||
|
||||
Reference in New Issue
Block a user