clik-engine API
    Preparing search index...

    Interface ConstraintResult

    Result of a constraint check

    interface ConstraintResult {
        details?: unknown;
        message: string;
        passed: boolean;
    }
    Index

    Properties

    details?: unknown
    message: string
    passed: boolean