Variable: DeleteComponentSchema
ts
const DeleteComponentSchema: ZodObject<{
id: ZodString;
moveIssuesTo: ZodOptional<ZodString>;
}, $strip>;Defined in: src/cloud/parameters/deleteComponent.ts:3