Skip to content

Variable: OperationsSchema

ts
const OperationsSchema: ZodObject<{
  linkGroups: ZodOptional<ZodArray<ZodType<LinkGroup, unknown, $ZodTypeInternals<LinkGroup, unknown>>>>;
}, $loose>;

Defined in: src/agile/models/operations.ts:6

Details of the operations that can be performed on the issue.