Variable: OperationsSchema
ts
const OperationsSchema: ZodObject<{
linkGroups: ZodOptional<ZodArray<ZodType<LinkGroup, unknown, $ZodTypeInternals<LinkGroup, unknown>>>>;
}, $loose>;Defined in: src/cloud/models/operations.ts:6
Details of the operations that can be performed on the issue.