@ronin/compiler 0.17.3 → 0.17.4
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/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -277,7 +277,7 @@ type ModelIndex<T extends ModelEntityList<ModelField> = ModelEntityList<ModelFie
|
|
277
277
|
/**
|
278
278
|
* The list of fields in the model for which the index should be created.
|
279
279
|
*/
|
280
|
-
fields: Array<ModelIndexField<T
|
280
|
+
fields: [ModelIndexField<T>, ...Array<ModelIndexField<T>>];
|
281
281
|
/**
|
282
282
|
* The identifier of the index.
|
283
283
|
*/
|