Type alias RQLQueryParams

RQLQueryParams: Record<string, RQLQueryParamValue | RQLQueryCellRef | RQLBinary>

Type representing RQL parameters to send along a request.

Each key must be referenced in the RQL query.

Generated using TypeDoc