Skip to content

Variable: SubmitComponentsSchema

ts
const SubmitComponentsSchema: ZodObject<{
  acceptedComponents: ZodOptional<ZodArray<ZodString>>;
  failedComponents: ZodOptional<ZodRecord<ZodString, ZodAny>>;
  unknownProjectKeys: ZodOptional<ZodArray<ZodString>>;
}, $loose>;

Defined in: src/agile/models/submitComponents.ts:5

The result of a successful submitDevopsComponents request.*