Skip to content

feat: persist model time intervals in the backend #4

feat: persist model time intervals in the backend

feat: persist model time intervals in the backend #4

Triggered via pull request November 22, 2024 18:19
Status Failure
Total duration 3m 9s
Artifacts

frontend-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.