UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

12 lines 355 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LastPipelineId = void 0; const zod_1 = require("zod"); exports.LastPipelineId = zod_1.z .object({ last_pipeline: zod_1.z.object({ id: zod_1.z.number(), }), }) .transform(({ last_pipeline }) => last_pipeline.id); //# sourceMappingURL=schema.js.map