feat: Extend blueprint interface #37
Annotations
5 errors
src/lib/blueprint.ts#L72
Object literal may only specify known properties, and 'isRequired' does not exist in type 'Parameter[]'.
|
src/lib/blueprint.ts#L89
Type 'string' is not assignable to type 'Route[]'.
|
test/blueprint.test.ts#L8
Argument of type 'typeof import("/home/runner/work/blueprint/blueprint/test/fixtures/types/index", { with: { "resolution-mode": "import" } })' is not assignable to parameter of type 'TypesModule'.
|
test/seam-blueprint.test.ts#L7
Type '{ components: { schemas: { access_code: { properties: { access_code_id: { description: string; format: string; type: string; }; code: { description: string; nullable: boolean; type: string; }; common_code_key: { ...; }; ... 17 more ...; warnings: { ...; }; }; required: string[]; type: string; }; ... 24 more ...; wor...' is not assignable to type 'Openapi'.
|
|
This job failed
Loading