hcode-core
Advanced tools
Comparing version 0.0.53 to 0.0.54
@@ -24,2 +24,7 @@ import { CourseContent } from './courseContent'; | ||
slug: string; | ||
code: string; | ||
colorPrimaryContrast: string; | ||
colorPrimary: string; | ||
colorSecondary: string; | ||
colorSecondaryContrast: string; | ||
CourseContent?: CourseContent[]; | ||
@@ -26,0 +31,0 @@ createdAt?: string; |
{ | ||
"name": "hcode-core", | ||
"version": "0.0.53", | ||
"version": "0.0.54", | ||
"description": "Hcode Core", | ||
@@ -5,0 +5,0 @@ "types": "typings.d.ts", |
@@ -25,3 +25,9 @@ import { CourseContent } from './courseContent'; | ||
slug: string; | ||
code: string; | ||
colorPrimaryContrast: string; | ||
colorPrimary: string; | ||
colorSecondary: string; | ||
colorSecondaryContrast: string; | ||
CourseContent?: CourseContent[]; | ||
@@ -28,0 +34,0 @@ |
@@ -51,2 +51,7 @@ //Arquivo gerado automaticamente. NÃO EDITAR pois será perdido. | ||
slug: string; | ||
code: string; | ||
colorPrimaryContrast: string; | ||
colorPrimary: string; | ||
colorSecondary: string; | ||
colorSecondaryContrast: string; | ||
CourseContent?: CourseContentAliased[]; | ||
@@ -53,0 +58,0 @@ createdAt?: string; |
58345
1521