@mendix/extensions-api - v0.9.0
    Preparing search index...

    Type Alias ConsistencyCheckResult

    type ConsistencyCheckResult = {
        consistencyErrors: ConsistencyErrorResult[];
        dependentElementIds?: string[];
        documentId: string;
    }
    Index

    Properties

    consistencyErrors: ConsistencyErrorResult[]
    dependentElementIds?: string[]
    documentId: string