cel-lite
    Preparing search index...

    Type Alias CelExplainEntry

    type CelExplainEntry = {
        expr: string;
        id: number;
        kind: string;
        value: any;
    }
    Index

    Properties

    Properties

    expr: string
    id: number
    kind: string
    value: any