Skip to content

Documentation / @warp-drive/core / types/params / QueryParamsSerializationOptions

Type Alias: QueryParamsSerializationOptions

ts
type QueryParamsSerializationOptions = object;

Defined in: core/src/types/params.ts:3

Properties

arrayFormat?

ts
optional arrayFormat: "bracket" | "indices" | "repeat" | "comma";

Defined in: core/src/types/params.ts:4

Released under the MIT License.