An operation and the target entity that it applies to, e.g. create page.

interface OperationCheckResult {
    operation: string;
    targetType: string;
}

Properties

operation: string

The operation itself.

targetType: string

The space or content type that the operation applies to.

Generated using TypeDoc v0.25.12