@doctadevs/types
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -12,2 +12,3 @@ export declare type TrainingCohortSchedule = { | ||
endTime: string; | ||
scheduleDescription: string; | ||
}; |
@@ -9,3 +9,3 @@ import { Teacher } from './teacher'; | ||
teacher: Teacher; | ||
schedule: TrainingCohortSchedule; | ||
schedules: TrainingCohortSchedule[]; | ||
} & Partial<TrainingCohortQuota>; |
{ | ||
"name": "@doctadevs/types", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -12,2 +12,3 @@ export type TrainingCohortSchedule = { | ||
endTime: string; | ||
scheduleDescription: string; | ||
}; |
@@ -10,3 +10,3 @@ import { Teacher } from './teacher'; | ||
teacher: Teacher; | ||
schedule: TrainingCohortSchedule; | ||
schedules: 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
19247
474