scope({
queryValue: [
"null | string | number | bigint | boolean | queryValueObject | queryValue[]",
uint8Array,
dateStub,
timeStub,
module,
],
queryValueObject: {
"[string]": "queryValue",
},
namedDocument: {
read: type("<metadata extends queryValueObject>", { // queryValueObject not resolving
coll: module,
name: "string",
ts: timeStub,
"data?": "metadata",
})
},
}).export();
scope({
queryValue: [
"null | string | number | bigint | boolean | queryValueObject | queryValue[]",
uint8Array,
dateStub,
timeStub,
module,
],
queryValueObject: {
"[string]": "queryValue",
},
namedDocument: {
read: type("<metadata extends queryValueObject>", { // queryValueObject not resolving
coll: module,
name: "string",
ts: timeStub,
"data?": "metadata",
})
},
}).export();