Variable: GetDeploymentByKeySchema
ts
const GetDeploymentByKeySchema: ZodObject<{
deploymentSequenceNumber: ZodNumber;
environmentId: ZodString;
pipelineId: ZodString;
}, $strip>;Defined in: src/agile/parameters/getDeploymentByKey.ts:3