InExpression: {
    exp: ExpressionValue[];
    key: string;
    op: IN;
}

Type declaration