Skip to content

Commit 0e91797

Browse files
committed
broaden return type
1 parent 75e1059 commit 0e91797

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/roam/src/utils/jsonld.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,10 @@ export const getJsonLdData = async ({
107107
nodeLabelByType: Record<string, string>;
108108
updateExportProgress: (progress: number) => Promise<void>;
109109
}): Promise<
110-
Record<string, string | Record<string, string> | Record<string, string>[]>
110+
Record<
111+
string,
112+
string | Record<string, string> | Record<string, string | string[]>[]
113+
>
111114
> => {
112115
const roamUrl = canonicalRoamUrl();
113116
const getRelationData = () =>

0 commit comments

Comments
 (0)