Skip to content

Commit face7c6

Browse files
author
Soc Virnyl S. Estela
committedJul 20, 2023
Modify api.d.ts
1 parent 7df9e10 commit face7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎api.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export type OrgRoamNode = {
1212
pos: number
1313
olp: string[] | null
1414
properties: {
15-
[key: string]: string | number
15+
[key: string]: string | number | boolean | undefined
1616
}
1717
tags: any[]
1818
}

0 commit comments

Comments
 (0)