We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e1059 commit 0e91797Copy full SHA for 0e91797
apps/roam/src/utils/jsonld.ts
@@ -107,7 +107,10 @@ export const getJsonLdData = async ({
107
nodeLabelByType: Record<string, string>;
108
updateExportProgress: (progress: number) => Promise<void>;
109
}): Promise<
110
- Record<string, string | Record<string, string> | Record<string, string>[]>
+ Record<
111
+ string,
112
+ string | Record<string, string> | Record<string, string | string[]>[]
113
+ >
114
> => {
115
const roamUrl = canonicalRoamUrl();
116
const getRelationData = () =>
0 commit comments