Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface OperationCheckResult

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

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

    Properties

    operation: string

    The operation itself.

    targetType: string

    The space or content type that the operation applies to.