@unito/integration-api 0.43.13 → 0.43.14
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/src/types.d.ts +0 -4
- package/package.json +1 -1
package/dist/src/types.d.ts
CHANGED
|
@@ -104,10 +104,6 @@ export interface BlobFieldSchema extends AbstractFieldSchema {
|
|
|
104
104
|
* The type of the field.
|
|
105
105
|
*/
|
|
106
106
|
type: FieldValueType.BLOB;
|
|
107
|
-
/**
|
|
108
|
-
* Cannot be an array.
|
|
109
|
-
*/
|
|
110
|
-
isArray?: false;
|
|
111
107
|
}
|
|
112
108
|
export interface ReferenceFieldSchema extends AbstractFieldSchema {
|
|
113
109
|
/**
|