Variable: OperationCheckResultSchema
ts
const OperationCheckResultSchema: ZodObject<{
operation: ZodString;
targetType: ZodString;
}, $loose>;Defined in: src/v1/models/operationCheckResult.ts:5
An operation and the target entity that it applies to, e.g. create page.