@carbonorm/carbonnode 3.3.9 → 3.3.10
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/package.json
CHANGED
|
@@ -143,7 +143,7 @@ async function dynamicRestImport(tableName: string) : Promise<iDynamicApiImport>
|
|
|
143
143
|
|
|
144
144
|
export type RestTableInterfaces = {{{RestTableInterfaces}}};
|
|
145
145
|
|
|
146
|
-
export const C6 : iC6Object = {
|
|
146
|
+
export const C6 : iC6Object<RestTableInterfaces> = {
|
|
147
147
|
...C6Constants,
|
|
148
148
|
C6VERSION: '{{C6VERSION}}',
|
|
149
149
|
IMPORT: dynamicRestImport,
|