serializeQuery
serializeQuery(
query):string
Defined in: src/core/query.ts:6
Serializes query params the way the Brex API expects (form + explode):
arrays repeat their key verbatim per element — bracket-style names like
expand[] are part of the parameter name, never synthesized.
Parameters
Section titled “Parameters”Record<string, unknown> | undefined
Returns
Section titled “Returns”string