@amplication/code-gen-types
Advanced tools
Comparing version 2.0.33-beta.13 to 2.0.33-beta.14
{ | ||
"name": "@amplication/code-gen-types", | ||
"version": "2.0.33-beta.13", | ||
"version": "2.0.33-beta.14", | ||
"description": "This library supplies all the contracts for Amplication Code Generation. The purpose is to make the contracts available for inclusion in plugins.", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -72,2 +72,3 @@ import { CodeBlock } from "@amplication/csharp-ast"; | ||
export interface CreateServerCsprojParams extends EventParams { | ||
propertyGroup: Record<string, string>; | ||
packageReferences: { | ||
@@ -74,0 +75,0 @@ include: string; |
231553
5267