obsidian-typings 4.43.0 → 4.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/types.d.cts
CHANGED
|
@@ -18207,7 +18207,7 @@ export interface BasesNote {
|
|
|
18207
18207
|
/**
|
|
18208
18208
|
* Data.
|
|
18209
18209
|
*/
|
|
18210
|
-
data: unknown
|
|
18210
|
+
data: Record<string, unknown>;
|
|
18211
18211
|
/**
|
|
18212
18212
|
* Get control.
|
|
18213
18213
|
*
|
|
@@ -13244,9 +13244,14 @@
|
|
|
13244
13244
|
"kind": "Content",
|
|
13245
13245
|
"text": "data: "
|
|
13246
13246
|
},
|
|
13247
|
+
{
|
|
13248
|
+
"kind": "Reference",
|
|
13249
|
+
"text": "Record",
|
|
13250
|
+
"canonicalReference": "!Record:type"
|
|
13251
|
+
},
|
|
13247
13252
|
{
|
|
13248
13253
|
"kind": "Content",
|
|
13249
|
-
"text": "unknown
|
|
13254
|
+
"text": "<string, unknown>"
|
|
13250
13255
|
},
|
|
13251
13256
|
{
|
|
13252
13257
|
"kind": "Content",
|
|
@@ -13259,7 +13264,7 @@
|
|
|
13259
13264
|
"name": "data",
|
|
13260
13265
|
"propertyTypeTokenRange": {
|
|
13261
13266
|
"startIndex": 1,
|
|
13262
|
-
"endIndex":
|
|
13267
|
+
"endIndex": 3
|
|
13263
13268
|
}
|
|
13264
13269
|
},
|
|
13265
13270
|
{
|