@samply/lens

    Type Alias QueryValue

    type QueryValue = {
        description?: string;
        name: string;
        queryBindId: string;
        value:
            | string
            | { max: number; min: number }
            | { max: string; min: string }
            | AggregatedValue[][];
    }
    Index

    Properties

    description?: string
    name: string
    queryBindId: string
    value:
        | string
        | { max: number; min: number }
        | { max: string; min: string }
        | AggregatedValue[][]
    MMNEPVFCICPMFPCPTTAAATR