Skip to content

Meilisearch JS / index / URLSearchParamsRecord

Type Alias: URLSearchParamsRecord

URLSearchParamsRecord = Record<string, string | string[] | (string | string[])[] | number | number[] | boolean | Date | null | undefined>

Defined in: src/types/types.ts:16

Shape of allowed record object that can be appended to a URLSearchParams.