Type Alias AerospikeExp

AerospikeExp: {
    op: number;
    [key: string]: any;
}[]

Represents an Aerospike Expression. Contains an op number which specifiies the operation type, and properties with values relevant to the operation.

MMNEPVFCICPMFPCPTTAAATR