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

    Type Alias ConsistencyCheckRegistration<TBlob>

    type ConsistencyCheckRegistration<TBlob extends object> = {
        check: CheckFunction<TBlob>;
        reservedErrorCodes: string[];
    }

    Type Parameters

    • TBlob extends object
    Index

    Properties

    check: CheckFunction<TBlob>
    reservedErrorCodes: string[]