chore(): support for formatting and api schema #7
Annotations
4 errors and 1 warning
Compile Typescript:
src/lib/parseToApiResultFormat/parseToApiResultFormat.ts#L35
Type 'unknown' is not assignable to type '{ code: CodeType; } | undefined'.
|
Compile Typescript:
src/lib/parseToApiResultFormat/parseToApiResultFormat.ts#L39
Type '{ subresult_id: string; label: LabelType; type: "string" | "number" | "boolean"; unit: LabelType | undefined; result: (TypeOf<OutputSchema[keyof OutputSchema]["type"]> & {}) | undefined; status: CalculationResultStatus; interpretation: LabelType | undefined; terminology: unknown; }[]' is not assignable to type 'ApiResultType[]'.
|
Compile Typescript:
src/lib/parseToApiResultFormat/types.ts#L1
'"../../types"' has no exported member named 'CodeType'. Did you mean 'ScoreType'?
|
Compile Typescript
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading