Documentation / @warp-drive/core / types/params / QueryParamsSource
Type Alias: QueryParamsSource
ts
type QueryParamsSource =
| object & Record<Exclude<string, "include">, Serializable>
| URLSearchParams;Defined in: core/src/types/params.ts:7