@doctadevs/types
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -5,2 +5,3 @@ export declare type Person = { | ||
lastName: string; | ||
fullName: string; | ||
email: string; | ||
@@ -7,0 +8,0 @@ gender: string; |
import { Teacher } from './teacher'; | ||
import { TrainingCohortQuota } from './training-cohort-quota'; | ||
import { TrainingCohortSchedule } from './training-cohort-schedule'; | ||
export declare type TrainingCohort = { | ||
@@ -8,2 +9,3 @@ id: string; | ||
teacher: Teacher; | ||
schedule: TrainingCohortSchedule; | ||
} & Partial<TrainingCohortQuota>; |
{ | ||
"name": "@doctadevs/types", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -5,2 +5,3 @@ export type Person = { | ||
lastName: string; | ||
fullName: string; | ||
email: string; | ||
@@ -7,0 +8,0 @@ gender: string; |
import { Teacher } from './teacher'; | ||
import { TrainingCohortQuota } from './training-cohort-quota'; | ||
import { TrainingCohortSchedule } from './training-cohort-schedule'; | ||
@@ -9,2 +10,3 @@ export type TrainingCohort = { | ||
teacher: Teacher; | ||
schedule: TrainingCohortSchedule; | ||
} & Partial<TrainingCohortQuota>; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19177
79
472