feat: Extend blueprint interface #18
Annotations
4 errors
src/lib/blueprint.ts#L29
Type '{ name: string; }' is missing the following properties from type 'Blueprint': language, methodDescription, category, parameters, and 2 more.
|
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 missing the following properties from type 'Openapi': schemas, apiPaths
|
|
This job failed
Loading