@trust0/ridb-core 1.4.3-rc.1 → 1.4.3-rc.2
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/package.json +1 -1
- package/pkg/ridb_core.d.ts +1 -1
package/package.json
CHANGED
package/pkg/ridb_core.d.ts
CHANGED
|
@@ -127,7 +127,7 @@ export class CoreStorage {
|
|
|
127
127
|
*
|
|
128
128
|
* @template T - The schema type of the collection.
|
|
129
129
|
*/
|
|
130
|
-
export type Operation<T extends SchemaType> = {
|
|
130
|
+
export type Operation<T extends SchemaType = SchemaType> = {
|
|
131
131
|
/**
|
|
132
132
|
* The name of the collection on which the operation will be performed.
|
|
133
133
|
*/
|