feat: persist model time intervals in the backend #4
Annotations
6 errors
build
Type 'number' is not assignable to type 'string'.
|
build
Type 'number' is not assignable to type 'string'.
|
build
Type 'TimeIntervalRead | { start_time: number; end_time: number; unit: string; }' is not assignable to type 'TimeIntervalRead'.
|
build
Type '{ start_time: number; end_time: number; unit: string; }' is missing the following properties from type 'TimeIntervalRead': id, pkpd_model
|
build
Property 'time_intervals' is missing in type '{ name: string; project: number; mappings: never[]; derived_variables: never[]; }' but required in type 'CombinedModel'.
|
build
Process completed with exit code 2.
|