@ronin/compiler 0.13.10 → 0.13.11

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/dist/index.js +1560 -1536
  3. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -288,6 +288,7 @@ type ModelPreset = {
288
288
  instructions: GetInstructions;
289
289
  };
290
290
  interface Model<T extends Array<ModelField> = Array<ModelField>> {
291
+ id: string;
291
292
  name: string;
292
293
  pluralName: string;
293
294
  slug: string;