vigiles API reference
    Preparing search index...

    Interface CheckJSON

    A check's serialized form (for JSON/JUnit output and the promptfoo bridge).

    interface CheckJSON {
        kind: string;
        readonly [field: string]: unknown;
    }

    Indexable

    • readonly [field: string]: unknown
    Index

    Properties

    Properties

    kind: string