wacom 20.2.9 → 20.3.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/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -279,7 +279,7 @@ interface CrudDocument<Document> {
|
|
|
279
279
|
__modified?: string[];
|
|
280
280
|
/** Flag set when the document has been deleted locally. */
|
|
281
281
|
__deleted?: boolean;
|
|
282
|
-
__options
|
|
282
|
+
__options?: Record<string, CrudOptions<Document>>;
|
|
283
283
|
}
|
|
284
284
|
/**
|
|
285
285
|
* Options that can be supplied to CRUD operations.
|