feat: Extend blueprint interface #12
Annotations
10 errors
src/lib/openapi.ts#L11
Missing return type on function
|
src/lib/openapi.ts#L12
Unsafe argument of type `any` assigned to a parameter of type `{ [s: string]: unknown; } | ArrayLike<unknown>`
|
src/lib/openapi.ts#L14
Unexpected any value in conditional. An explicit comparison or type cast is required
|
src/lib/openapi.ts#L14
Unsafe argument of type `any` assigned to a parameter of type `{}`
|
src/lib/openapi.ts#L18
Missing return type on function
|
src/lib/openapi.ts#L19
Unsafe argument of type `any` assigned to a parameter of type `{ [s: string]: unknown; } | ArrayLike<unknown>`
|
src/lib/openapi.ts#L24
Unexpected any value in conditional. An explicit comparison or type cast is required
|
src/lib/openapi.ts#L25
Unexpected any value in conditional. An explicit comparison or type cast is required
|
src/lib/openapi.ts#L49
Unexpected console statement
|
src/lib/openapi.ts#L52
Unexpected console statement
|
This job failed
Loading