Skip to content

feat: pojo methods syntax #152

feat: pojo methods syntax

feat: pojo methods syntax #152

Triggered via pull request April 7, 2024 23:36
Status Failure
Total duration 2m 25s
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
typecheck
Type 'string' does not satisfy the constraint '"Expected: string, Actual: undefined" | "Expected: string, Actual: null"'.
typecheck
Type 'string' does not satisfy the constraint '"Expected: string, Actual: undefined" | "Expected: string, Actual: null"'.
typecheck
Type 'number' does not satisfy the constraint '"Expected: number, Actual: undefined" | "Expected: number, Actual: null"'.
typecheck
Type '{ foo: string; }' does not satisfy the constraint '"Expected: ..., Actual: undefined" | "Expected: ..., Actual: null"'.
typecheck
Type '{ bar: string; }' does not satisfy the constraint '"Expected: ..., Actual: undefined" | "Expected: ..., Actual: null"'.
typecheck
Type 'string | null | undefined' does not satisfy the constraint '"Expected: string, Actual: never" | "Expected: undefined, Actual: never" | "Expected: null, Actual: never"'.
typecheck
Process completed with exit code 2.